Skip to content

Commit

Permalink
fix error popover feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Jul 31, 2023
1 parent 682985b commit 0f54c4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/map/popup-feature/popup-feature-numero.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PopupFeatureNumero.propTypes = {
numero: PropTypes.number.isRequired,
certifie: PropTypes.bool.isRequired,
parcelles: PropTypes.string.isRequired,
suffixe: PropTypes.number,
suffixe: PropTypes.string,
})
}),
commune: PropTypes.shape({
Expand Down
5 changes: 5 additions & 0 deletions components/map/styles/vector.json
Original file line number Diff line number Diff line change
Expand Up @@ -3790,6 +3790,11 @@
"rank",
14
],
[
"!=",
"class",
"parking"
],
[
"has",
"name"
Expand Down

0 comments on commit 0f54c4f

Please sign in to comment.