Skip to content

Commit

Permalink
[Feat] 채소 정보 수정시 홈화면으로 이동 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Oct 30, 2024
1 parent 1718416 commit 2de0608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/vege_info/vege_info_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class VegeInfoScreen extends ConsumerWidget {
.first
: createdVeggieDateString,
);
Navigator.pop(context);
}
},
text: '수정',
Expand Down

0 comments on commit 2de0608

Please sign in to comment.