Skip to content

Commit

Permalink
Fix: index 페이지 select 항목 공백 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
irenee-14 committed Sep 9, 2024
1 parent a37f1f8 commit 54d59e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/agenda/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Agenda: NextPage = () => {
>
모집중
</button>
{' | '}
{'|'}
<button
className={`${listStyles.agendaListStatus}
${showCurrent === 'current' ? listStyles.selectedStatus : ''}`}
Expand All @@ -48,7 +48,7 @@ const Agenda: NextPage = () => {
>
진행중
</button>
{' | '}
{'|'}
<button
className={`${listStyles.agendaListStatus}
${showCurrent === 'history' ? listStyles.selectedStatus : ''}`}
Expand Down

0 comments on commit 54d59e5

Please sign in to comment.