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