Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 23, 2024
1 parent 1419366 commit 5e0911a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/ui/menus/OptionMenu/OptionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,7 @@ export function OptionsList({
) : (
t(option.optionKey)
)}
{showOptionCount && (
<Text
textStyle="text-base-mono-medium"
as="span"
>
{option.count}
</Text>
)}
{showOptionCount && <Text as="span">{option.count}</Text>}
</MenuItem>
{options[options.length - 1] !== option && (
<Divider
Expand Down

0 comments on commit 5e0911a

Please sign in to comment.