bugfix
This commit is contained in:
parent
438e6001a2
commit
055ffad98e
|
|
@ -55,7 +55,7 @@
|
|||
<x-table.td></x-table.td>
|
||||
@endif
|
||||
@endif
|
||||
<x-table.td>{{ number_format($entry['totalScore'],3) }}</x-table.td>
|
||||
<x-table.td>{{ $entry['totalScore'] }}</x-table.td>
|
||||
<x-table.td>
|
||||
@if($entry['fullyScored'])
|
||||
<x-icons.checkmark color="green"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue