website refactor

This commit is contained in:
2026-01-17 16:23:51 +01:00
parent 72a626ce71
commit 846667c3d1
27 changed files with 140 additions and 154 deletions

View File

@@ -18,7 +18,7 @@ export class TeamLeaderboardPageQuery implements PageQuery<TeamLeaderboardPageDa
return Result.err(mapToPresentationError(result.getError()));
}
const teams = result.unwrap().map(t => ({
const teams = result.unwrap().map((t: any) => ({
id: t.id,
name: t.name,
logoUrl: t.logoUrl,