mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 11:36:19 -05:00
Fix bracket tab link
This commit is contained in:
@@ -64,8 +64,7 @@ export default function TournamentPage() {
|
||||
const tournamentIsOver = false;
|
||||
|
||||
if (tournamentHasStarted(data.brackets)) {
|
||||
// TODO: link broken
|
||||
result.push({ code: "bracket", text: "Bracket" });
|
||||
result.push({ code: `bracket/${data.brackets[0].id}`, text: "Bracket" });
|
||||
if (!tournamentIsOver) {
|
||||
result.push({ code: "streams", text: "Streams (4)" });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user