Skip to content

Commit

Permalink
fix: submission cell menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 10, 2024
1 parent e49b885 commit 01c6350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/layout/drawer/Section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ const DrawerSection = ({ category }) => {
category === 'wayfarer' || category === 'admin'
? subItem
: category
}.${subItem}`}
}.${category === 'wayfarer' ? 'enabled' : subItem}`}
label={subItem}
/>
<Extras category={category} subItem={subItem} />
</React.Fragment>
Expand Down

0 comments on commit 01c6350

Please sign in to comment.