kuzn-ilya / ryazan

Ryazan mobile application
MIT License
3 stars 3 forks source link

Add "Включить всё" button on Filter screen #72

Closed lxndr closed 5 years ago

lxndr commented 5 years ago

It usually looks like a link. Placed between header and categories. Callback is:

const handleSelectAll = () =>
  setFilter({...filter, categories: null});