Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 4b3ac0d

Browse files
committed
Removed rquery devtools
1 parent 07d37a1 commit 4b3ac0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import { useGetAccountFullQuery } from "./api/queries";
3535
import { UIManager } from "@ui/core";
3636
import defaults from "./constants/defaults.json";
3737
import { getAccessToken } from "./helper/user-token";
38-
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
3938

4039
// Define lazy pages
4140
const ProfileContainer = loadable(() => import("./pages/profile-functional"));
@@ -118,7 +117,7 @@ const App = (props: any) => {
118117
<UIManager>
119118
<EntriesCacheManager>
120119
{/*Excluded from production*/}
121-
<ReactQueryDevtools initialIsOpen={false} />
120+
{/*<ReactQueryDevtools initialIsOpen={false} />*/}
122121
<Tracker />
123122
<UserActivityRecorder />
124123
<ChatContextProvider

0 commit comments

Comments
 (0)