From c2bda67ab17819d29294344964c81d421e19345f Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 24 Apr 2025 14:29:55 +0100 Subject: [PATCH] table update --- src/components/request/RequestCom.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/request/RequestCom.jsx b/src/components/request/RequestCom.jsx index 79c22ab..a8c4f3c 100644 --- a/src/components/request/RequestCom.jsx +++ b/src/components/request/RequestCom.jsx @@ -19,7 +19,7 @@ export default function RequestCom() { const {data, isFetching, isError, error, isPlaceholderData, isPending} = useQuery({ queryKey: [...queryKeys.transactions, page], queryFn: () => getTransactions({page}), - placeholderData: keepPreviousData, + // placeholderData: keepPreviousData, }) const selectUsers = data?.data?.transactions // TRANSACTIONS LIST -- 2.34.1