diff --git a/frontend/src/features/machines/components/common/ActionsGroup.js b/frontend/src/features/machines/components/common/ActionsGroup.js index 3351ecb..48cad5f 100644 --- a/frontend/src/features/machines/components/common/ActionsGroup.js +++ b/frontend/src/features/machines/components/common/ActionsGroup.js @@ -27,25 +27,26 @@ const ActionsGroup = ({ machine, actions, addLog }) => { return ( <> - - {mainActions.map(action => ( +
+ + {mainActions.map(action => ( + + ))} - ))} - - +