This commit is contained in:
Violet Caulfield
2025-02-16 18:44:54 -06:00
parent 6a1c022372
commit 6d46254770
+1 -1
View File
@@ -30,7 +30,7 @@ export function RunTimeTicks({ children } : { children: number | null | undefine
style={{display: "block"}}
color="$borderColor"
>
{ time.get() }
{ time.value }
</Text>
)
}