Skip to content

Commit a4bd1e7

Browse files
committed
bug fixes
1 parent 8cb4207 commit a4bd1e7

2 files changed

Lines changed: 99 additions & 225 deletions

File tree

config/scouting/2026/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ export function formatParsedData(data, categories, teams) {
743743
find(entry, "ratings", categories, "26-17", "") + 1
744744
)
745745
),
746-
parseInt(find(entry, "ratings", categories, "26-22", 0)),
746+
parseInt(find(entry, "ratings", categories, "26-22", 0)) >= 11 ? "10+" : parseInt(find(entry, "ratings", categories, "26-22", 0)),
747747
JSON.stringify(
748748
`${entry.contributor.username || "username"} (${
749749
teams[entry.contributor.team] || 0

0 commit comments

Comments
 (0)