mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-05 09:58:30 -06:00
OKAY THEN
This commit is contained in:
@@ -44,7 +44,7 @@ function calculateRunTimeFromTicks(runTimeTicks: number) : string {
|
||||
return calculateRunTimeFromSeconds(runTimeTotalSeconds);
|
||||
}
|
||||
|
||||
function padRunTimeNumber(number: number) : string {
|
||||
const padRunTimeNumber = (number: number) : string => {
|
||||
'worklet';
|
||||
if (number >= 10) {
|
||||
return `${number}`
|
||||
|
||||
Reference in New Issue
Block a user