mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Fix seconds remaining miscalculation
Adjust torrent details view
This commit is contained in:
@@ -55,7 +55,7 @@ const format = {
|
||||
{eta.minutes}<em className="unit">m</em>
|
||||
</span>
|
||||
<span className="torrent__details--segment">
|
||||
{eta.seconds}<em className="unit">s</em>
|
||||
{eta.remainingSeconds}<em className="unit">s</em>
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user