Closed mpinter closed 5 years ago
I know that this not your fault, but if you can, please try to fix warnings in the files you are touching during the development. In this case:
./src/components/Profile/components/PoliticiansList.js Line 9: 'sortBy' is defined but never used no-unused-vars
./src/selectors/profileSelectors.js Line 16: 'PoliticiansSortKey' is defined but never used no-unused-vars
No need to be too apologetic with the comments 🙂 , those are all valid criticisms. Should be fixed now.
I know that this not your fault, but if you can, please try to fix warnings in the files you are touching during the development. In this case: