Skip to content

Commit

Permalink
style: remove duplicate visible label
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 18, 2024
1 parent 8d3c6e2 commit 717a5b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/filters/Location.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ export default function Location(): JSX.Element {
<Sherlock provider={provider} label="Search for a stream or lake" onSherlockMatch={onSherlockMatch} />
<div className="mt-2 flex flex-wrap gap-1">
<TagGroup
label="Search for a stream or lake"
aria-label="selected streams or lakes"
onRemove={(keys) => list.remove(...keys)}
items={list.items}
selectionMode="multiple"
className="mb-4"
>
{(graphic: Graphic) => {
const attributes = graphic.attributes;
Expand Down

0 comments on commit 717a5b9

Please sign in to comment.