Skip to content

Commit

Permalink
[Refactor] 의존성배열 추가 #1203
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Jan 4, 2024
1 parent e449c4f commit 34953d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tournament/TournamentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function TournamentCard({
.catch((error) => {
setError('JJH2');
});
}, []);
}, [tournamentId, setError]);

const start = dateToKRLocaleTimeString(new Date(startTime));

Expand Down

0 comments on commit 34953d3

Please sign in to comment.