Skip to content

Commit

Permalink
fixed code execution
Browse files Browse the repository at this point in the history
  • Loading branch information
urdadx committed Jul 12, 2024
1 parent 5ed6c98 commit 9d1b3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/reactQueryClientProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ReactQueryClientProvider = ({
return (
<QueryClientProvider client={queryClient}>
{children}
{/* <ReactQueryDevtools initialIsOpen={false} /> */}
<ReactQueryDevtools initialIsOpen={false} />
</QueryClientProvider>
);
};

0 comments on commit 9d1b3ae

Please sign in to comment.