From ef37397969e4451ee1bcc5604992e8508f11fd0b Mon Sep 17 00:00:00 2001 From: Jeremy Gallant Date: Wed, 23 Apr 2025 07:10:04 +0200 Subject: [PATCH] Remove ! --- src/pages/Map/FilterControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Map/FilterControl.tsx b/src/pages/Map/FilterControl.tsx index 56e00986..7d264f1c 100644 --- a/src/pages/Map/FilterControl.tsx +++ b/src/pages/Map/FilterControl.tsx @@ -68,7 +68,7 @@ export function FilterControl( return null; } const [min, max] = val; - const [lo, hi] = cfg.bounds!; + const [lo, hi] = cfg.bounds; return (