Skip to content

Commit

Permalink
fix score table
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Aug 5, 2023
1 parent 4c4420c commit 5106bfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/app/scores/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ zh-CN:
{{ t('global.mods') }}
</th>
<th class="text-right">
{{ t(localeKey.rankingSystem(Rank.Score)) }}
</th>
<th v-if="rankingSystem !== Rank.Score" class="text-right">
{{ t(localeKey.rankingSystem(rankingSystem)) }}
</th>
<th>{{ t('global.played-at') }}</th>
Expand Down

0 comments on commit 5106bfd

Please sign in to comment.