From 71a802498c31c83a5f02544b83c14d310a7d801b Mon Sep 17 00:00:00 2001
From: 0xsysr3ll <0xsysr3ll@pm.me>
Date: Mon, 24 Mar 2025 19:05:53 +0100
Subject: [PATCH] fix: yet another lint issue
---
src/components/RequestList/index.tsx | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/components/RequestList/index.tsx b/src/components/RequestList/index.tsx
index bc3cdc840..7b65f15a6 100644
--- a/src/components/RequestList/index.tsx
+++ b/src/components/RequestList/index.tsx
@@ -117,7 +117,13 @@ const RequestList = () => {
currentPageSize,
})
);
- }, [currentFilter, currentMediaType, currentSort, currentSortDirection, currentPageSize]);
+ }, [
+ currentFilter,
+ currentMediaType,
+ currentSort,
+ currentSortDirection,
+ currentPageSize,
+ ]);
if (!data && !error) {
return