Browse Source

Remove !

pull/580/head
Jeremy Gallant 1 year ago
parent
commit
ef37397969
  1. 2
      src/pages/Map/FilterControl.tsx

2
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 (
<div key={cfg.key} className="space-y-2">
<label className="block text-sm font-medium">

Loading…
Cancel
Save