Skip to content

Commit

Permalink
Update frontend/farm_designer/map/active_plant/hovered_plant.tsx
Browse files Browse the repository at this point in the history
Co-Authored-By: Gabriel Burnworth <gabrielburnworth@users.noreply.github.com>
  • Loading branch information
AscendFB and gabrielburnworth committed Aug 27, 2019
1 parent 997ce1c commit e615659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/farm_designer/map/active_plant/hovered_plant.tsx
Expand Up @@ -63,7 +63,7 @@ export class HoveredPlant extends
</g>}
<g id="plant-indicator">
<Circle
className={"plant-indicator"}
className={animate ? "plant-indicator" : ""}
x={qx}
y={qy}
r={scaledRadius}
Expand Down

0 comments on commit e615659

Please sign in to comment.