From 717a5b951ae49b0c0377a97bbaa082e5f1962e2f Mon Sep 17 00:00:00 2001 From: stdavis Date: Wed, 6 Nov 2024 10:44:57 -0700 Subject: [PATCH] style: remove duplicate visible label --- src/components/filters/Location.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/filters/Location.tsx b/src/components/filters/Location.tsx index f801435..daff01e 100644 --- a/src/components/filters/Location.tsx +++ b/src/components/filters/Location.tsx @@ -93,10 +93,11 @@ export default function Location(): JSX.Element {
list.remove(...keys)} items={list.items} selectionMode="multiple" + className="mb-4" > {(graphic: Graphic) => { const attributes = graphic.attributes;