We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336b97a commit 5abfe69Copy full SHA for 5abfe69
src/components/auth-required/header/index.tsx
@@ -35,11 +35,6 @@ export const Header = () => {
35
const barWidth = width < SCREENS.MBI ? 65 : 180;
36
const client = useQueryClient();
37
38
- const { data: profiles } = useQuery({
39
- queryKey: [PATHS.ME],
40
- queryFn: me,
41
- });
42
-
43
const { mutate: out } = useMutation({
44
mutationFn: logout,
45
onMutate: () => router.replace('/'),
0 commit comments