Skip to content

Commit

Permalink
[Mission] update monitor-ui to fix bug with select target type
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Oct 27, 2023
1 parent 1426fbe commit a97d146
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:unit:watch": "npm run test:unit -- --watch"
},
"dependencies": {
"@mtes-mct/monitor-ui": "10.9.0",
"@mtes-mct/monitor-ui": "10.9.1",
"@reduxjs/toolkit": "1.9.5",
"@rsuite/responsive-nav": "5.0.1",
"@sentry/browser": "7.73.0",
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/features/layersSelector/search/LayerFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export function LayerFilters({
valueKey="value"
/>
<TagWrapper>
{filteredRegulatoryThemes &&
filteredRegulatoryThemes?.length > 0 &&
{filteredRegulatoryThemes?.length > 0 &&
filteredRegulatoryThemes?.map(theme => (
<SingleTag
key={theme}
Expand Down

0 comments on commit a97d146

Please sign in to comment.