Skip to content

Commit

Permalink
Merge branch 'main' into others/토너먼트-card-모바일-style-수정-및-api-최적화#1168
Browse files Browse the repository at this point in the history
  • Loading branch information
joonho0410 authored Dec 18, 2023
2 parents 390f9a7 + c9f5ab5 commit c208390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Home: NextPage = () => {
return (
<div className={styles.container}>
<SearchBar />
{tournamentData?.length !== 0 && (
{tournamentData?.length && (
<Section path='tournament' sectionTitle={'Tournament'} />
)}
<Section path='rank' sectionTitle={'Ranking'} />
Expand Down

0 comments on commit c208390

Please sign in to comment.