diff --git a/components/utils/ShapeList.js b/components/utils/ShapeList.js index 0bf3756..918c72e 100644 --- a/components/utils/ShapeList.js +++ b/components/utils/ShapeList.js @@ -283,6 +283,7 @@ const ShapeList = ({ setOpen, user, data }) => { height="300px" name={shape.name} id={getShapeId(shape.name)} + formula={shape.formula} backgroundColor= {shape.backgroundColor || "#eb3d86"} showShadow={shape.showAdvanced} />