Skip to content

Commit d3011a1

Browse files
chore: remove stale comment
1 parent 07a2aa6 commit d3011a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/components/PaginationControls.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const effectiveMode = computed<PaginationMode>(() =>
2222
shouldShowControls.value ? 'paginated' : 'infinite',
2323
)
2424
25-
// When 'all' is selected, there's only 1 page with everything
2625
const totalPages = computed(() => Math.ceil(props.totalItems / (pageSize.value as number)))
2726
2827
// Whether to show the mode toggle (hidden in table view since table always uses pagination)

0 commit comments

Comments
 (0)