Skip to content

Commit

Permalink
Fix template (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslzhu committed Apr 30, 2019
1 parent 930b332 commit 95e1a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/candidates/_challenges.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% @challenges = @current_user.candidate.challenges %>
<% @interact = @rsvps["Interactivities"]%>
<% @interact = @rsvps ? @rsvps["Interactivities"] : nil %>
<h4>Officer Challenges</h4>
<% if @challenges.length > 0 %>
<% for challenge in @challenges %>
Expand Down

0 comments on commit 95e1a69

Please sign in to comment.