From c0585c30cfd520686ba39f5773c76fee4dbe055b Mon Sep 17 00:00:00 2001 From: Tapas Adhikary Date: Mon, 21 Jun 2021 10:51:50 +0530 Subject: [PATCH] fix: The shape formula was missing for the page --- components/utils/ShapeList.js | 1 + 1 file changed, 1 insertion(+) 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} />