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