From 321ad0cdc25727923978912c973ecd059e2fbb3f Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Mon, 21 Nov 2022 16:40:39 +0000 Subject: [PATCH] Update usage period date format --- .../dashboard/src/components/UsageBasedBillingConfig.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/components/dashboard/src/components/UsageBasedBillingConfig.tsx b/components/dashboard/src/components/UsageBasedBillingConfig.tsx index 4a4e3b07a3cc3f..2bf03e36b6ec1e 100644 --- a/components/dashboard/src/components/UsageBasedBillingConfig.tsx +++ b/components/dashboard/src/components/UsageBasedBillingConfig.tsx @@ -256,15 +256,13 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) {
Current Period
- {`${billingCycleFrom.format("MMMM YYYY")}`} ( - {billingCycleFrom.format("MMM D")} + {billingCycleFrom.format("MMM D, YYYY")} {" "} - -{" "} + –{" "} - {billingCycleTo.format("MMM D")} + {billingCycleTo.format("MMM D, YYYY")} - )