mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-14 15:00:54 -05:00
Fix bracket tab link
This commit is contained in:
parent
7914377309
commit
3344104dc8
|
|
@ -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)" });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user