Skip to content

Commit bf5e642

Browse files
committed
2 parents 920e518 + 4ef4b5c commit bf5e642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

034-flutter-web-part3-template-layouts/lib/widgets/navigation_bar/navigation_bar_mobile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class NavigationBarMobile extends StatelessWidget {
1515
IconButton(
1616
icon: Icon(Icons.menu),
1717
onPressed: () {
18-
Scaffold.of(context).openDrawer(),
18+
Scaffold.of(context).openDrawer();
1919
},
2020
),
2121
NavBarLogo()

0 commit comments

Comments
 (0)