diff --git a/app/views/tournaments/bracket.html.erb b/app/views/tournaments/bracket.html.erb index 341a2fe..3b476f2 100644 --- a/app/views/tournaments/bracket.html.erb +++ b/app/views/tournaments/bracket.html.erb @@ -24,7 +24,7 @@ <%= render 'fourPoolSemiBracket' %> <% end %>

- <% if @weight.size <= 6 && @weight.allPoolMatchesFinished(1) %> + <% if @weight.wrestlers.size <= 6 && @weight.allPoolMatchesFinished(1) %> <%= render 'onePoolResults' %> <% end %> <% end %> \ No newline at end of file