fix(ui): Swap oldest/newest result time for SuiteCard.vue (#1308)

This commit is contained in:
TwiN 2025-10-03 13:36:09 -04:00 committed by GitHub
parent 65eaed4621
commit 03ec18a703
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@
/>
</div>
<div class="flex items-center justify-between text-xs text-muted-foreground mt-1">
<span>{{ newestResultTime }}</span>
<span>{{ oldestResultTime }}</span>
<span>{{ newestResultTime }}</span>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long