diff --git a/TODO b/TODO index 38127e58c..1cac2ae85 100644 --- a/TODO +++ b/TODO @@ -30,8 +30,6 @@ advanced player search https://old.reddit.com/r/BasketballGM/comments/1d0xctc/vi - ratings - maybe share code with player graphs? - why dropdown so small? - - no X in selectmultiple - - delete button - some way to specify that you want previous season's stats for current players, like for free agents or in the preseason - oldStats option kind of does this - if range is 1 year only, then career/total should not be option, only single season diff --git a/src/ui/views/AdvancedPlayerSearch.tsx b/src/ui/views/AdvancedPlayerSearch.tsx index 0e828df67..1e1f9d20e 100644 --- a/src/ui/views/AdvancedPlayerSearch.tsx +++ b/src/ui/views/AdvancedPlayerSearch.tsx @@ -197,6 +197,19 @@ const Filters = ({ }); }} /> + );