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