From 6d46254770edf40dfbab28554fbfe19175ff2915 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 16 Feb 2025 18:44:54 -0600 Subject: [PATCH] idk --- components/Global/helpers/time-codes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Global/helpers/time-codes.tsx b/components/Global/helpers/time-codes.tsx index 39427706..31d3fc6d 100644 --- a/components/Global/helpers/time-codes.tsx +++ b/components/Global/helpers/time-codes.tsx @@ -30,7 +30,7 @@ export function RunTimeTicks({ children } : { children: number | null | undefine style={{display: "block"}} color="$borderColor" > - { time.get() } + { time.value } ) }