diff --git a/components/Global/helpers/time-codes.tsx b/components/Global/helpers/time-codes.tsx index abf0f470..1e27a1aa 100644 --- a/components/Global/helpers/time-codes.tsx +++ b/components/Global/helpers/time-codes.tsx @@ -38,10 +38,8 @@ function calculateRunTimeFromSeconds(seconds: number) : string { } function calculateRunTimeFromTicks(runTimeTicks: number) : string { - - + 'worklet'; const runTimeTotalSeconds = convertRunTimeTicksToSeconds(runTimeTicks); - return calculateRunTimeFromSeconds(runTimeTotalSeconds); }