diff options
Diffstat (limited to 'src/components/channel-card.tsx')
| -rw-r--r-- | src/components/channel-card.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/channel-card.tsx b/src/components/channel-card.tsx index 58b2b5c..599c48a 100644 --- a/src/components/channel-card.tsx +++ b/src/components/channel-card.tsx @@ -40,7 +40,7 @@ export function ChannelCard(props: ChannelCardProps) { </div> <div className="flex flex-col items-center"> <span className="text-l text-gray-600">Next Milestone</span> - <span className="font-semibold">{nextMilestone.toLocaleString()}</span> + <span className="font-semibold">{Number(nextMilestone).toLocaleString()}</span> <div className="flex justify-center items-center"> <span className="text-sm text-gray-600 px-2">{nextMilestoneDays} days</span> <span className="text-sm text-gray-600 px-2">{nextMilestoneDate}</span> |
