diff --git a/app/listings/page.tsx b/app/listings/page.tsx index db4874f..7bd0c50 100644 --- a/app/listings/page.tsx +++ b/app/listings/page.tsx @@ -91,6 +91,7 @@ const amenityIcons: Record = { microwave: '🍲', parking: '🅿️', ski: '⛷️', + ev: '⚡', }; function ListingsMap({ @@ -365,7 +366,6 @@ export default function ListingsIndexPage() { setQuery(''); setCity(''); setRegion(''); - setEvCharging('ALL'); setAddressCenter(null); setAddressQuery(''); setStartDate('');