This commit is contained in:
Ben Wilson
2024-02-16 17:40:02 -05:00
parent 97169aecea
commit 10d354a550

View File

@@ -148,7 +148,7 @@
<tr> <tr>
<td>{{ highScore.bestDifficulty | numberSuffix }}</td> <td>{{ highScore.bestDifficulty | numberSuffix }}</td>
<td>{{ highScore.bestDifficultyUserAgent }}</td> <td>{{ highScore.bestDifficultyUserAgent }}</td>
<td>{{ highScore.updatedAt | dateAgo}}</td> <td>{{ highScore.updatedAt | dateAgo}} ago</td>
</tr> </tr>
</ng-template> </ng-template>
</p-table> </p-table>