Skip to content

Commit

Permalink
fix: planned starttime
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Feb 12, 2025
1 parent 778d24a commit d0d40c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/views/Idos/components/IdoCards/IdoCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const IDoCurrentCard = ({ idoId, bannerUrl }: { idoId: string; bannerUrl:
<Header $isCurrent $bannerUrl={bannerUrl} />
<IdoRibbon
startTime={startTimestamp}
plannedStartTime={startTimestamp - duration}
plannedStartTime={startTimestamp}
ifoStatus={status}
endTime={endTimestamp}
hasUserStaked={hasUserStaked}
Expand Down

0 comments on commit d0d40c6

Please sign in to comment.