mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-21 02:10:35 -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