Skip to content

Commit 5abfe69

Browse files
authored
hotfix: 겹친 코드 제거
1 parent 336b97a commit 5abfe69

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/auth-required/header/index.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ export const Header = () => {
3535
const barWidth = width < SCREENS.MBI ? 65 : 180;
3636
const client = useQueryClient();
3737

38-
const { data: profiles } = useQuery({
39-
queryKey: [PATHS.ME],
40-
queryFn: me,
41-
});
42-
4338
const { mutate: out } = useMutation({
4439
mutationFn: logout,
4540
onMutate: () => router.replace('/'),

0 commit comments

Comments
 (0)