Skip to content

Commit 2daafef

Browse files
authored
Update Extras.jsx
1 parent 4baca13 commit 2daafef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/drawer/Extras.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function ExtrasComponent({ category, subItem }) {
2727
case 'admin':
2828
return <AdminDrawer subItem={subItem} />
2929
case 'stations':
30-
return subItem === 'allStations' && <StationsDrawer />
30+
return <StationsDrawer subItem={subItem} />
3131
default:
3232
return null
3333
}

0 commit comments

Comments
 (0)