diff --git a/src/components/step/header.js b/src/components/step/header.js index 8bd592b..4fc5d10 100644 --- a/src/components/step/header.js +++ b/src/components/step/header.js @@ -20,12 +20,7 @@ const StepHeader = ({ stageId, levelId, stepId, - step: { - title, - signals, - link, - config, - } = {}, + step: { title, signals, link, config } = {}, onDragHandle, mode = MODES.INLINE, saveFlow,