1
0
Fork 0

oops, one more partName needed changing

This commit is contained in:
Enoch Riese 2022-07-12 00:27:36 -05:00
parent 959345ead0
commit 9e65a7fa31

View file

@ -207,7 +207,7 @@ const Part = props => {
transform-origin={`${center.x} ${center.y}`} transform-origin={`${center.x} ${center.y}`}
> >
{PartInner(props)} {PartInner(props)}
{props.name !== 'pages' && <> {partName !== 'pages' && <>
<text x={center.x} y={center.y} ref={centerRef} /> <text x={center.x} y={center.y} ref={centerRef} />
<rect <rect
x={part.topLeft.x} x={part.topLeft.x}