Skip to content

Commit f0ba576

Browse files
authored
Merge pull request #25 from TryShape/bugfix-the-shape-formula-missing
fix: The shape formula was missing for the page
2 parents 81e6df8 + c0585c3 commit f0ba576

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/utils/ShapeList.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ const ShapeList = ({ setOpen, user, data }) => {
283283
height="300px"
284284
name={shape.name}
285285
id={getShapeId(shape.name)}
286+
formula={shape.formula}
286287
backgroundColor= {shape.backgroundColor || "#eb3d86"}
287288
showShadow={shape.showAdvanced}
288289
/>

0 commit comments

Comments
 (0)