Skip to content

Commit

Permalink
Fix Bug (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
yameguun authored May 23, 2023
1 parent a50c256 commit 92440de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/mobile_ui/root/root.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ class RootWidget extends StatelessWidget {
page: 37,
onPressed: () {
context.push("/${MobileRoutes.pg37}");
},
),



PageButtonWidget(
page: 36,
onPressed: () {
Expand Down

0 comments on commit 92440de

Please sign in to comment.