Skip to content
Snippets Groups Projects
Commit 88c50694 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

Merge branch 'anoSipperec' into 'main'

fix : bug carte

See merge request onegeo-suite/libs/gatsby-theme-onegeo!5
parents 30ef7d8f 2bfd2cb4
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ const getActions = (actionsProps: IAction[] | []) => { ...@@ -65,7 +65,7 @@ const getActions = (actionsProps: IAction[] | []) => {
let action = action_id.actions_id let action = action_id.actions_id
return { return {
...action, ...action,
classname: action.style, classname: action?.style,
} }
}) })
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment