diff --git a/src/features/players/components/player-list.tsx b/src/features/players/components/player-list.tsx index 3332eaf..e775a42 100644 --- a/src/features/players/components/player-list.tsx +++ b/src/features/players/components/player-list.tsx @@ -13,7 +13,7 @@ const PlayerList = ({ players, loading = false }: PlayerListProps) => { if (loading) return {Array.from({ length: 10 }).map((_, i) => ( - } > diff --git a/src/features/teams/components/team-list.tsx b/src/features/teams/components/team-list.tsx index feaf330..be95e7b 100644 --- a/src/features/teams/components/team-list.tsx +++ b/src/features/teams/components/team-list.tsx @@ -13,8 +13,7 @@ const TeamList = ({ teams, loading = false }: TeamListProps) => { if (loading) return {Array.from({ length: 10 }).map((_, i) => ( - } + } > diff --git a/src/features/tournaments/components/tournament-list.tsx b/src/features/tournaments/components/tournament-list.tsx index eb88976..654a9c2 100644 --- a/src/features/tournaments/components/tournament-list.tsx +++ b/src/features/tournaments/components/tournament-list.tsx @@ -13,7 +13,7 @@ const TournamentList = ({ tournaments, loading = false }: TournamentListProps) = if (loading) return {Array.from({ length: 10 }).map((_, i) => ( - } >