Skip to content

Commit

Permalink
Remove label
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Jul 14, 2024
1 parent 92a9662 commit 2d1b49c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/common/advancedPlayerSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, AdvancedPlayerSearchField>;
}
>;
Expand Down

0 comments on commit 2d1b49c

Please sign in to comment.