mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-03-17 13:22:55 +01:00
bestDifficultyUserAgent
This commit is contained in:
parent
10d354a550
commit
182d1e8eff
@ -147,7 +147,8 @@
|
||||
<tr></tr>
|
||||
<tr>
|
||||
<td>{{ highScore.bestDifficulty | numberSuffix }}</td>
|
||||
<td>{{ highScore.bestDifficultyUserAgent }}</td>
|
||||
<td>{{ highScore.bestDifficultyUserAgent ? highScore.bestDifficultyUserAgent : 'unknown'
|
||||
}}</td>
|
||||
<td>{{ highScore.updatedAt | dateAgo}} ago</td>
|
||||
</tr>
|
||||
</ng-template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user