reactions, match sse, etc
This commit is contained in:
@@ -13,7 +13,7 @@ const PlayerList = ({ players, loading = false }: PlayerListProps) => {
|
||||
const navigate = useNavigate();
|
||||
|
||||
const handleClick = useCallback((playerId: string) =>
|
||||
navigate({ to: `/profile/${playerId} `}), [navigate]);
|
||||
navigate({ to: `/profile/${playerId}`}), [navigate]);
|
||||
|
||||
if (loading) return <List>
|
||||
{Array.from({ length: 10 }).map((_, i) => (
|
||||
|
||||
Reference in New Issue
Block a user