Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Apr 2, 2024
1 parent 5d80c2b commit de4574a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
Autocomplete,
AutocompleteItem,
DissmissibleTag,
DismissibleTag,
TagGroup,
Text,
useAutocompleteList,
Expand Down Expand Up @@ -60,7 +60,7 @@ export default function OrganizationLocalisationsFilter() {
) : null}
<TagGroup>
{filter?.values?.map(({ value, label }) => (
<DissmissibleTag
<DismissibleTag
key={value}
className="fr-mr-1v"
color="orange-terre-battue"
Expand All @@ -73,7 +73,7 @@ export default function OrganizationLocalisationsFilter() {
}}
>
{label || value}
</DissmissibleTag>
</DismissibleTag>
))}
</TagGroup>
<Autocomplete
Expand Down

0 comments on commit de4574a

Please sign in to comment.