Skip to content

Commit

Permalink
Hopefully got the right whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AscendFB committed Aug 27, 2019
1 parent 1e17383 commit fda026a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions frontend/farm_designer/map/active_plant/hovered_plant.tsx
Expand Up @@ -60,17 +60,15 @@ export class HoveredPlant extends
mapTransformProps={mapTransformProps}
visible={!spreadLayerVisible}
animate={animate} />
</g>}

<g id="plant-indicator">
</g>}
<g id="plant-indicator">
<Circle
className={"plant-indicator"}
x={qx}
y={qy}
r={scaledRadius}
selected={true} />
</g>

</g>
<g id="hovered-plant-icon">
<image
visibility={hovered ? "visible" : "hidden"}
Expand Down

0 comments on commit fda026a

Please sign in to comment.