Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tari404 committed Sep 26, 2024
1 parent 77d0f7a commit f846aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default function Title() {
handleStatusByVotingTime(startTime, endTime, round.status) === 'Ongoing'
? [styles['claimed-status'], styles['nomal-name']].join(' ')
: handleStatusByVotingTime(startTime, endTime, round.status) === 'Tallying'
? [styles['pending-status'], styles['nomal-name']].join(' ')
: [styles['expired-status'], styles['nomal-name']].join(' ')
? [styles['pending-status'], styles['nomal-name']].join(' ')
: [styles['expired-status'], styles['nomal-name']].join(' ')
}
>
{handleStatusByVotingTime(startTime, endTime, round.status)}
Expand Down

0 comments on commit f846aee

Please sign in to comment.