highscore useragent

This commit is contained in:
Ben Wilson 2024-02-16 17:44:16 -05:00
parent 182d1e8eff
commit fda08fb4dd

View File

@ -147,8 +147,8 @@
<tr></tr>
<tr>
<td>{{ highScore.bestDifficulty | numberSuffix }}</td>
<td>{{ highScore.bestDifficultyUserAgent ? highScore.bestDifficultyUserAgent : 'unknown'
}}</td>
<td><app-user-agent-link
[userAgent]="highScore.bestDifficultyUserAgent"></app-user-agent-link></td>
<td>{{ highScore.updatedAt | dateAgo}} ago</td>
</tr>
</ng-template>