Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Feb 1, 2024
1 parent 579a0e7 commit 2610046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/PublicSale/activities/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ Let's play to earn $ARCA testnet tokens, convertible to $ARCA mainnet tokens in
const isDisable = item.key > currentDay.diffDay;
const title = isDisable ? item.title : item.title;

const isEnded = currentDay.isEnd
const isRunningNaka = expandIndex === item.key && item.key === ActivityType.Day2 && !isEnded;
// const isEnded = currentDay.isEnd
const isRunningNaka = expandIndex === item.key && item.key === ActivityType.Day2;

return (
<AccordionItem isDisabled={isDisable} className={styles.itemWrapper}>
Expand Down

0 comments on commit 2610046

Please sign in to comment.