Skip to content

Commit

Permalink
fix: 린트 경고 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Dec 15, 2024
1 parent b0ad3bf commit ac88133
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const AuthErrorFallback = ({ error, resetErrorBoundary }: FallbackProps) => {
};

reset();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return null;
Expand Down

0 comments on commit ac88133

Please sign in to comment.