Skip to content

Commit

Permalink
[others] 주석제거 #1138
Browse files Browse the repository at this point in the history
  • Loading branch information
Junho Jeon committed Dec 7, 2023
1 parent d55ed45 commit 09390e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pages/tournament.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ export default function Tournament() {
<div
className={styles.openTournamentBox}
ref={containerRef}
onClick={() => {
console.log('parent');
sethighLightUser('');
}}
onClick={() => sethighLightUser('')}
>
{openInfo.data && openInfo.data.tournaments.length === 0 ? (
<div className={styles.tournamentText}>
Expand Down

0 comments on commit 09390e5

Please sign in to comment.