linting
This commit is contained in:
parent
49c104d762
commit
2d488f494c
|
@ -79,7 +79,7 @@
|
|||
return findComponentPath($selectedComponent, component._id)?.length > 0
|
||||
}
|
||||
|
||||
const handleIconClick = (componentId) => {
|
||||
const handleIconClick = componentId => {
|
||||
componentStore.select(componentId)
|
||||
componentTreeNodesStore.toggleNode(componentId)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue