dont worry'

This commit is contained in:
martin.devaux
2025-06-27 09:56:22 +02:00
parent 70e9db7aea
commit 3eff3acc05
6 changed files with 24 additions and 22 deletions

View File

@@ -11,7 +11,6 @@ export default function useAdmin() {
}
function getTeam(teamId) {
console.log(teams[0]);
return teams.find(team => team.id === teamId);
}