Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jun 11, 2024
1 parent 07ce220 commit 9f7aeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data-table-remote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function TablePagination ({ className, limit = 4, loading, table }: { className?
</SelectTrigger>
<SelectContent>
{sizes.map(size => (
<SelectItem value={String(size)}>
<SelectItem key={size} value={String(size)}>
{size}
</SelectItem>
))}
Expand Down

0 comments on commit 9f7aeeb

Please sign in to comment.