Skip to content

Commit

Permalink
ugh handle nil values correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Mar 24, 2023
1 parent 93a85a6 commit a39497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/events/_proposal.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
= '(None)'
%tr
%th Presentation Mode
%td= @event.presentation_mode.humanize
%td= @event.presentation_mode&.humanize
%tr
%td
%b Track
Expand Down

0 comments on commit a39497d

Please sign in to comment.