Skip to content

Commit 1a52803

Browse files
committed
fix: 빌드 에러 수정 - 안 쓰는 변수 수정
1 parent 345904c commit 1a52803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useMyPageQueries.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const useUpdateProfile = () => {
8383
setUser,
8484
setLoading,
8585
setError,
86+
setGlobalUser, // [추가] 헤더 상태(authStore)도 동기화
8687
]);
8788

8889
return mutation;

0 commit comments

Comments
 (0)