We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d362f commit 08253e1Copy full SHA for 08253e1
1 file changed
webapp/components/general/ControlPanelTreeItem.js
@@ -325,7 +325,7 @@ const ControlPanelTreeItem = (props) => {
325
event.preventDefault();
326
setShowColorPicker(true)
327
}}>
328
- <SquareIcon fillColor={getColor(nodeId).hex}/>
+ <SquareIcon fillColor={getColor(nodeId)?.hex}/>
329
330
</IconButton>
331
{showColorPicker && isHoveredOver
0 commit comments