revert _
This commit is contained in:
adrien-lsh
2024-04-19 06:43:12 +00:00
parent 6b82f00a14
commit 9bc3092a0e
5 changed files with 74 additions and 13 deletions

View File

@ -1,4 +1,4 @@
import {client, navigateTo} from "../../index.js";
import {client} from "../../index.js";
import AbstractAuthenticatedView from "../abstracts/AbstractAuthenticatedView.js";
export default class extends AbstractAuthenticatedView
@ -39,10 +39,6 @@ export default class extends AbstractAuthenticatedView
// name
let td = document.createElement("td");
td.innerText = tournament.name;
td.onclick = () => {
navigateTo("tournaments/" + tournament.id);
}
tr.appendChild(td);
// state