Skip to content

Commit

Permalink
[VigilanceArea] fix displaying of vigilance area name in result list
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Jul 31, 2024
1 parent 4ac8655 commit 8aaf5e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export function VigilanceAreaLayer({ layerId, searchedText }: RegulatoryLayerPro
searchWords={searchedText && searchedText.length > 0 ? searchedText.split(' ') : []}
textToHighlight={layer?.name ?? ''}
/>
{layer?.name ?? 'AUCUN NOM'}
</LayerSelector.Name>
<LayerSelector.IconGroup>
<IconButton
Expand Down

0 comments on commit 8aaf5e7

Please sign in to comment.