From 23ab2b6e508a3de036b7fea2f3bbdac96e94a12c Mon Sep 17 00:00:00 2001 From: Tero Halla-aho Date: Sat, 6 Dec 2025 23:59:22 +0200 Subject: [PATCH] Fix listings filter reset for amenity icons --- app/listings/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('');