Skip to content

Commit

Permalink
✨ add (re-add?) parentheses to chipNav
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianNymark committed Dec 11, 2023
1 parent 31b6600 commit e5202e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function ChipNav({ type, data }: ChipsNavProps) {
onClick={() => handleSelect(encodeURIComponent(entry.title))}
className="whitespace-nowrap"
>
{`${entry.title} ${entry.count}`}
{`${entry.title} (${entry.count})`}
</Chips.Toggle>
</li>
))}
Expand Down

0 comments on commit e5202e8

Please sign in to comment.