Show prelim score on seating page.

This commit is contained in:
Matt Young 2025-11-01 12:45:02 -05:00
parent bfee058078
commit fb77923812
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
</x-table.td>
@if($audition->prelimDefinition())
<x-table.td>{{ $entry->prelimTotalScore() }}</x-table.td>
<x-table.td>{{ round($entry->prelimTotalScore(),2) }}</x-table.td>
@endif
<x-table.td class="align-top">
@if($audition->bonusScore()->count() > 0)