Skip to content

Commit

Permalink
Fix: Temporarily disable ESLint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeonnnnnnn committed Nov 15, 2023
1 parent e25aa6f commit 77ad46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Game/Vote/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const Vote: React.FC<VoteProps> = ({
};

fetchDataFromFirebase();
// eslint-disable-next-line
}, []);

const user = useRecoilValue(userState);
Expand Down

0 comments on commit 77ad46e

Please sign in to comment.