diff --git a/src/client/src/TournamentOverview.js b/src/client/src/TournamentOverview.js
index d2abadc..87ce9a3 100644
--- a/src/client/src/TournamentOverview.js
+++ b/src/client/src/TournamentOverview.js
@@ -113,12 +113,14 @@ function Match(props){
{ props.match.winnerId && (props.match.team2Id === props.match.winnerId) &&
}
+
{ props.match.team2Id !== null && !props.tournament.hasEnded && props.match.tier !== Math.log2(props.tournament.teamLimit) - 1 && props.match.winnerId === null && props.user.isLoggedIn &&
}
{ props.match.team2Id !== null && props.match.winnerId === null && !props.tournament.hasEnded && props.user.isLoggedIn &&
}
+