Skip to content

Commit

Permalink
Fix to advance seedtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Wana committed May 11, 2024
1 parent c225261 commit 4b84453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/stats/groups/groups-requirements.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class="{{ config('other.font-awesome') }} fa-check text-green"
class="{{ config('other.font-awesome') }} fa-x text-red"
></i>
|
{{ \App\Helpers\StringHelper::formatBytes($group->min_seedsize + $user_seed_size) }}
{{ \App\Helpers\StringHelper::formatBytes($group->min_seedsize - $user_seed_size) }}
@endif
</td>
</tr>
Expand Down

0 comments on commit 4b84453

Please sign in to comment.