diff --git a/app/controllers/matches_controller.rb b/app/controllers/matches_controller.rb index e0813c9..ccbfe4b 100644 --- a/app/controllers/matches_controller.rb +++ b/app/controllers/matches_controller.rb @@ -26,6 +26,8 @@ class MatchesController < ApplicationController end end @tournament.stages.find_by(level: next_level).matches + else + upcoming_matches end else @tournament.matches.select do |m|