Skip to content

Commit

Permalink
fix: remove wrong back button in add plant view
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise committed Oct 16, 2024
1 parent 5a332ef commit 3d69ca7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions frontend/lib/plant_add/add_plant_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,6 @@ class _AddPlantPageState extends State<AddPlantPage> {
),
),
AddPlantBody(toCreate: _toCreate),
Positioned(
top: 10.0,
left: 10.0,
child: IconButton(
icon: const Icon(
Icons.arrow_back,
color: Colors.white,
),
onPressed: () {
Navigator.of(context).pop();
},
),
),
],
),
),
Expand Down

0 comments on commit 3d69ca7

Please sign in to comment.