diff --git a/components/providers/ReactQueryProvider.tsx b/components/providers/ReactQueryProvider.tsx index 9148113..65cbab6 100644 --- a/components/providers/ReactQueryProvider.tsx +++ b/components/providers/ReactQueryProvider.tsx @@ -14,9 +14,6 @@ export function ReactQueryProvider({ return ( {children} - {process.env.NODE_ENV === "development" && ( - - )} ); }