Skip to content

Commit

Permalink
simplify end content
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Toy authored and Joshua Toy committed Jun 28, 2024
1 parent 5ccd282 commit 0fb4cb1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Filters/MultiSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ const MultiSelect: FC<MultiSelectProps> = ({
<SelectFilterChip
key={index}
classNames={{ base: "multiSelectChip" }}
endContent={
<span aria-label={`close ${option}`}>
<X />
</span>
}
endContent={<X aria-label={`close ${option}`} />}
onClose={() => toggleDimension(option)}
>
{option}
Expand Down

0 comments on commit 0fb4cb1

Please sign in to comment.