mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fixed bug on bracket page
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<%= render 'fourPoolSemiBracket' %>
|
||||
<% end %>
|
||||
<br><br>
|
||||
<% if @weight.size <= 6 && @weight.allPoolMatchesFinished(1) %>
|
||||
<% if @weight.wrestlers.size <= 6 && @weight.allPoolMatchesFinished(1) %>
|
||||
<%= render 'onePoolResults' %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user