Skip to content

Commit

Permalink
Update app/views/phases/_submissions_stats.html.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Chudleigh <[email protected]>
  • Loading branch information
stonefilipczak and stepchud authored Dec 11, 2024
1 parent 9f63f27 commit ecf1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/phases/_submissions_stats.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Total Submissions
</h3>
<p class="usa-summary-box__text text-primary-darker text-bold">
Evaluations due by <%= if @phase.evaluation_form then @phase.evaluation_form.closing_date.strftime('%m/%d/%Y') end %>
Evaluations due by <%= @phase.evaluation_form&.closing_date&.strftime('%m/%d/%Y') || "N/A" %>
</p>
</div>
</div>
Expand Down

0 comments on commit ecf1338

Please sign in to comment.