|
@@ -598,9 +598,8 @@ const FilterModal = ({
|
|
|
|
|
|
const toggleNomadsSwitch = () => {
|
|
|
if (!showNomads) {
|
|
|
- setSelectedCountries([]);
|
|
|
- setTrustedVisible(false);
|
|
|
setFriendsVisible(false);
|
|
|
+ setSelectedCountries([]);
|
|
|
}
|
|
|
setShowNomads && setShowNomads(!showNomads);
|
|
|
storage.set('showNomads', !showNomads);
|