- {sortedTeams.map((team) => {
- const standing = standingsMap.get(team.id);
- const ownerName = team.ownerId ? ownerMap[team.ownerId] : null;
- return (
-
-
- {getDisplayRank(standing, standings.length, standing ? isTiedRank(standing.currentRank) : false)}
-
-
-
-
-
- {standing ? (standing.actualPoints ?? standing.totalPoints) : 0} pts
-
-