From ebdcb14f810a39fd6e2ec63473108a47e2b64cfc Mon Sep 17 00:00:00 2001 From: Patrick Cleary Date: Sun, 20 Aug 2023 00:22:41 -0400 Subject: [PATCH] Bug with slow zone time formatting (#840) Co-authored-by: Nathan Weinberg <31703736+nathan-weinberg@users.noreply.github.com> --- common/utils/time.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/utils/time.tsx b/common/utils/time.tsx index ba360c4c8..3c68f62ce 100644 --- a/common/utils/time.tsx +++ b/common/utils/time.tsx @@ -43,7 +43,7 @@ export const getFormattedTimeValue = (value: number, isLarge?: boolean) => {

{' '} - +

);