Skip to content

Commit

Permalink
more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Mar 3, 2025
1 parent a4b2413 commit cba75ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/case_prophet.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<turbo-frame id="case_frame_<%= @case.id %>">
<h5 class="card-title">
<%= number_with_precision(@case.last_score.score, precision: 2) unless @case.scores.empty? %>
<%= @case.scorer.name %>
<%= @case.scorer&.name %>
</h5>
<p class="card-text">
<% if @case.scores.empty? %>
Expand Down

0 comments on commit cba75ec

Please sign in to comment.