From 404c269e8df5d60cc5cb18c17ecfc16d273c0197 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:18:32 +0100 Subject: [PATCH] fix: double dash oops --- apps/expo/src/components/player/BottomControls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/expo/src/components/player/BottomControls.tsx b/apps/expo/src/components/player/BottomControls.tsx index 78abddb..06b623b 100644 --- a/apps/expo/src/components/player/BottomControls.tsx +++ b/apps/expo/src/components/player/BottomControls.tsx @@ -40,7 +40,7 @@ export const BottomControls = () => { {showRemaining - ? "-" + getRemainingTime() + ? getRemainingTime() : mapMillisecondsToTime(status.durationMillis ?? 0)}