Skip to content

Commit b83559f

Browse files
authored
Fix compilation
1 parent 6209a4b commit b83559f

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)