We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baca13 commit 2daafefCopy full SHA for 2daafef
src/features/drawer/Extras.jsx
@@ -27,7 +27,7 @@ function ExtrasComponent({ category, subItem }) {
27
case 'admin':
28
return <AdminDrawer subItem={subItem} />
29
case 'stations':
30
- return subItem === 'allStations' && <StationsDrawer />
+ return <StationsDrawer subItem={subItem} />
31
default:
32
return null
33
}
0 commit comments