Skip to content

Commit 693cbce

Browse files
author
Lewis-Seiden
committed
run fmt
1 parent a9d79db commit 693cbce

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/field/svg/FieldOverlayRoot.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -245,16 +245,16 @@ class FieldOverlayRoot extends Component<Props, State> {
245245

246246
{layers[ViewLayers.Zones] &&
247247
doc.pathlist.activePath.params.constraints
248-
.filter((c) => c.enabled && !c.selected)
249-
.map((c) => {
250-
return (
251-
<FieldConstraintDisplayLayer
252-
points={doc.pathlist.activePath.params.waypoints}
253-
constraint={c as IConstraintStoreKeyed<ConstraintKey>}
254-
lineColor="transparent"
255-
></FieldConstraintDisplayLayer>
256-
);
257-
})}
248+
.filter((c) => c.enabled && !c.selected)
249+
.map((c) => {
250+
return (
251+
<FieldConstraintDisplayLayer
252+
points={doc.pathlist.activePath.params.waypoints}
253+
constraint={c as IConstraintStoreKeyed<ConstraintKey>}
254+
lineColor="transparent"
255+
></FieldConstraintDisplayLayer>
256+
);
257+
})}
258258
{layers[ViewLayers.Grid] && <FieldGrid></FieldGrid>}
259259
{/* Waypoint mouse capture*/}
260260

0 commit comments

Comments
 (0)