Skip to content

Commit c0585c3

Browse files
committed
fix: The shape formula was missing for the page
1 parent eb9180c commit c0585c3

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)