mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
fix: double dash oops
This commit is contained in:
@@ -40,7 +40,7 @@ export const BottomControls = () => {
|
||||
<TouchableOpacity onPress={toggleTimeDisplay}>
|
||||
<Text className="font-bold">
|
||||
{showRemaining
|
||||
? "-" + getRemainingTime()
|
||||
? getRemainingTime()
|
||||
: mapMillisecondsToTime(status.durationMillis ?? 0)}
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
|
Reference in New Issue
Block a user