@@ -227,8 +227,6 @@ const FilterModal = ({
}
}, [selectedYear, selectedVisible, tilesType]);
- if (!data && isLogged) return;
-
const handleApplyFilter = () => {
if (!isLogged) {
return;