bugfix
This commit is contained in:
parent
438e6001a2
commit
055ffad98e
|
|
@ -55,7 +55,7 @@
|
||||||
<x-table.td></x-table.td>
|
<x-table.td></x-table.td>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
<x-table.td>{{ number_format($entry['totalScore'],3) }}</x-table.td>
|
<x-table.td>{{ $entry['totalScore'] }}</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