Skip to content

Commit

Permalink
remove implement svg for now (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalzauberzeug committed Aug 28, 2024
1 parent f854908 commit 41cdfc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion field_friend/interface/components/camera_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def update_content(self) -> None:
if image and image.detections:
svg += self.to_svg(image.detections)
svg += self.build_svg_for_plant_provider()
svg += self.build_svg_for_implement()
# TODO: fix in later PR
# svg += self.build_svg_for_implement()
self.image_view.set_content(svg)

def on_mouse_move(self, e: MouseEventArguments):
Expand Down

0 comments on commit 41cdfc4

Please sign in to comment.