Skip to content

Commit

Permalink
feat: #dev other column name if record with empty values
Browse files Browse the repository at this point in the history
  • Loading branch information
pablitoo1 committed Nov 20, 2024
1 parent 425d019 commit fc8bbcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { IRecordedGameResponse } from 'app/shared/models/recorded-game.models';
}}</span>
<span class="flex justify-center w-1/12 text-nowrap">{{
recordedGame.isEmptyRecord
? '0.0 MB'
? '-'
: recordedGame.sizeMb.toPrecision(2) + ' MB'
}}</span>
@if (recordedGame.isEmptyRecord) {
Expand Down

0 comments on commit fc8bbcf

Please sign in to comment.