Skip to content

Commit

Permalink
style: minor eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-y committed Nov 11, 2024
1 parent 8337224 commit 2663a5e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/step/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ const StepHeader = ({
stageId,
levelId,
stepId,
step: {
title,
signals,
link,
config,
} = {},
step: { title, signals, link, config } = {},
onDragHandle,
mode = MODES.INLINE,
saveFlow,
Expand Down

0 comments on commit 2663a5e

Please sign in to comment.