diff --git a/resources/views/tabulation/seating-page/scored-entries-table.blade.php b/resources/views/tabulation/seating-page/scored-entries-table.blade.php index 3b6ea85..c0cbfb5 100644 --- a/resources/views/tabulation/seating-page/scored-entries-table.blade.php +++ b/resources/views/tabulation/seating-page/scored-entries-table.blade.php @@ -63,7 +63,7 @@ @if($audition->prelimDefinition()) - {{ $entry->prelimTotalScore() }} + {{ round($entry->prelimTotalScore(),2) }} @endif @if($audition->bonusScore()->count() > 0)