Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 13, 2024
1 parent 49eef93 commit eaa52bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/devtools-kit/src/ctx/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export function addCustomCommand(action: CustomCommand) {
icon: resolveIcon(action.icon),
children: action.children
? action.children.map((child: CustomCommand) => ({
...child,
icon: resolveIcon(child.icon),
}))
...child,
icon: resolveIcon(child.icon),
}))
: undefined,
})
updateAllStates()
Expand Down

0 comments on commit eaa52bb

Please sign in to comment.