bestDifficultyUserAgent

This commit is contained in:
Ben Wilson 2024-02-16 17:40:39 -05:00
parent 10d354a550
commit 182d1e8eff

View File

@ -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>