round scores on seating page.
This commit is contained in:
parent
612031ceb8
commit
1ced355546
|
|
@ -55,7 +55,7 @@
|
||||||
<x-table.td></x-table.td>
|
<x-table.td></x-table.td>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
<x-table.td>{{ $entry['totalScore'] }}</x-table.td>
|
<x-table.td>{{ number_format($entry['totalScore'],3) }}</x-table.td>
|
||||||
<x-table.td>
|
<x-table.td>
|
||||||
@if($entry['fullyScored'])
|
@if($entry['fullyScored'])
|
||||||
<x-icons.checkmark color="green"/>
|
<x-icons.checkmark color="green"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue