diff --git a/src/components/Map/MapScreen.tsx b/src/components/Map/MapScreen.tsx index 337c15ee..f68c2888 100644 --- a/src/components/Map/MapScreen.tsx +++ b/src/components/Map/MapScreen.tsx @@ -708,9 +708,6 @@ const MapScreen = (): JSX.Element => { ) }, [availableFilteredGeoJSON]) - // get is ipados using react native dvice info - - console.log('isIpadOS', isIpadOS) return ( - x.end === null || - x.end > new Date() || - x.titles.de !== '' || - x.titles.en !== '' - ) + .filter((x) => x.end == null || x.end > new Date()) + .filter((x) => x.titles.de !== '' || x.titles.en !== '') return newEvents }