diff --git a/TODO b/TODO index 4563cbd57..4328f7ac2 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,6 @@ advanced player search https://old.reddit.com/r/BasketballGM/comments/1d0xctc/vi - jersey number - maybe share code with player graphs? - use addPrefixForStat to replace colKey - - label still needed? - intelligent default values when switching to a new filter - see getInitialFilterEditing - form validation - numeric input should be numeric diff --git a/src/common/advancedPlayerSearch.ts b/src/common/advancedPlayerSearch.ts index 652e2a684..fe0291256 100644 --- a/src/common/advancedPlayerSearch.ts +++ b/src/common/advancedPlayerSearch.ts @@ -148,7 +148,6 @@ for (const [category, info] of Object.entries(PLAYER_STATS_TABLES)) { export const allFilters = allFiltersTemp as Record< string, { - label: string; options: Record; } >;