From d89fc8df6ce10dffaa1039c2211600c89d649993 Mon Sep 17 00:00:00 2001 From: James Gentes Date: Sat, 6 Jan 2024 09:51:12 -0800 Subject: [PATCH] fix pagination --- app/components/tracks/TrackTable.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/tracks/TrackTable.tsx b/app/components/tracks/TrackTable.tsx index efe9156..79c6175 100644 --- a/app/components/tracks/TrackTable.tsx +++ b/app/components/tracks/TrackTable.tsx @@ -525,15 +525,14 @@ const TrackTable = () => { const tableFooter = !tracks?.length ? null : (