More minor changes to brackets
This commit is contained in:
parent
3c9c4f70c0
commit
e3a81b9236
|
@ -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"> </li>
|
<li className="spacer"> </li>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function BracketViewer(props){
|
function BracketViewer(props){
|
||||||
|
|
Loading…
Reference in New Issue