From f62f7f49c72ceffccc67f94855a70499d4e12b56 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 24 Nov 2023 00:22:38 -0800 Subject: pretty print nextMilestone string --- src/components/channel-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/channel-card.tsx b/src/components/channel-card.tsx index f2eed59..58b2b5c 100644 --- a/src/components/channel-card.tsx +++ b/src/components/channel-card.tsx @@ -40,7 +40,7 @@ export function ChannelCard(props: ChannelCardProps) {
Next Milestone - {nextMilestone} + {nextMilestone.toLocaleString()}
{nextMilestoneDays} days {nextMilestoneDate} -- cgit v1.2.3