Skip to content

Commit 6a1208e

Browse files
committed
removed setPerPage from view change
1 parent 08886ca commit 6a1208e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/PaginationRow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export const PaginationRow = ({
133133
value={view}
134134
onValueChange={(value: View) => {
135135
if (value) setView(value)
136-
setPerPage(value === 'covers' ? 50 : 25)
137136
}}
138137
>
139138
<ToggleGroupItem value="covers-text" title="Covers and text">

0 commit comments

Comments
 (0)