From f846aeee3b585d2ef5c7cdc8005b7b7ad0169c57 Mon Sep 17 00:00:00 2001 From: tari404 <2680383605@qq.com> Date: Thu, 26 Sep 2024 22:42:37 +0900 Subject: [PATCH] lint --- src/components/Title.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Title.tsx b/src/components/Title.tsx index 0f6d50e..5e990a4 100644 --- a/src/components/Title.tsx +++ b/src/components/Title.tsx @@ -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)}