Skip to content

Commit

Permalink
πŸ› νšŒμ›κ°€μž… νŽ˜μ΄μ§€ μ˜ˆμ™Έ μΆ”κ°€
Browse files Browse the repository at this point in the history
  • Loading branch information
Youjiiin committed Jan 20, 2025
1 parent 3c4049f commit 2a35ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useGetNotification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const useGetNotification = () => {
const axiosInstance = useAxiosInstance();
const location = useLocation();

const disabledPaths = ['/login', '/'];
const disabledPaths = ['/', '/login', '/sign-up'];

return useQuery<NotificationItem[]>({
queryKey: ['notification'],
Expand Down

0 comments on commit 2a35ab9

Please sign in to comment.