Skip to content

Commit e971198

Browse files
committed
chore: fix lint
1 parent 389500e commit e971198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/devtools-kit/src/ctx/state.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ export function addCustomCommand(action: CustomCommand) {
210210
icon: resolveIcon(action.icon),
211211
children: action.children
212212
? action.children.map((child: CustomCommand) => ({
213-
...child,
214-
icon: resolveIcon(child.icon),
215-
}))
213+
...child,
214+
icon: resolveIcon(child.icon),
215+
}))
216216
: undefined,
217217
})
218218
updateAllStates()

0 commit comments

Comments
 (0)