verejnedigital / verejne.digital

Projekt verejne.digital má za cieľ aplikovať umelú inteligenciu na dáta zverejňované slovenskými verejnými inštitúciami.
Apache License 2.0
26 stars 7 forks source link

Change profile sorting #315

Closed mpinter closed 5 years ago

tomasfabry commented 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
mpinter commented 5 years ago

No need to be too apologetic with the comments 🙂 , those are all valid criticisms. Should be fixed now.