Skip to content

Commit

Permalink
fix: selected disciplines count in table bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonprod committed Dec 14, 2023
1 parent 06659f6 commit 6f5dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/DataTableFacetedFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function DataTableFacetedFilter<TData, TValue>({
{selectedValues.size}
</Badge>
<div className="hidden space-x-1 lg:flex">
{selectedValues.size > 2 ? (
{selectedValues.size > 1 ? (
<Badge
variant="secondary"
className="rounded-sm px-1 font-normal"
Expand Down

0 comments on commit 6f5dc92

Please sign in to comment.