mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
finished main page and started parameters
This commit is contained in:
@@ -11,6 +11,7 @@ export default function useAdmin() {
|
||||
}
|
||||
|
||||
function getTeam(teamId) {
|
||||
console.log(teams[0]);
|
||||
return teams.find(team => team.id === teamId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user