More minor changes to brackets

This commit is contained in:
Kristoffer Juelsenn 2022-04-20 22:43:40 +02:00
parent 3c9c4f70c0
commit e3a81b9236
1 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@ function TournamentTier(props){
) )
} }
function Match(props){ function Match(props){
let team1Name = "TBA"; let team1Name = "TBA";
let team2Name = "TBA"; let team2Name = "TBA";
@ -79,8 +77,6 @@ function Match(props){
<li className="spacer">&nbsp;</li> <li className="spacer">&nbsp;</li>
</> </>
); );
} }
function BracketViewer(props){ function BracketViewer(props){