1
0
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:
2016-01-30 03:34:31 +00:00
parent ac28af84a5
commit 6d6fddea7e

View File

@@ -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 %>