Skip to content

Commit

Permalink
bug: current usage period uses wrong dateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Nov 4, 2024
1 parent c8506af commit bcf6258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const SubscriptionCurrentUsageTableComponent = ({
: formatDateToTZ(usageData?.fromDatetime, customerTimezone),
toDate: locale
? intlFormatDateToDateMed(usageData?.toDatetime, customerTimezone, locale)
: formatDateToTZ(usageData?.fromDatetime, customerTimezone),
: formatDateToTZ(usageData?.toDatetime, customerTimezone),
})}
</Typography>
) : null}
Expand Down

0 comments on commit bcf6258

Please sign in to comment.