Skip to content

Commit

Permalink
[Presentation] Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jul 19, 2021
1 parent 7eac4a2 commit 02a5a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/presentation/home/home_page.dart
Expand Up @@ -132,9 +132,9 @@ class _HomePageState extends State<HomePage> with AutomaticKeepAliveClientMixin<
Widget _buildOthersSectionMenu(int index) {
switch (index) {
case 0:
return const GameCodesCard(iconToTheLeft: true);
case 1:
return const DailyCheckInCard(iconToTheLeft: true);
case 1:
return const GameCodesCard(iconToTheLeft: true);
case 2:
return const WishSimulatorCard(iconToTheLeft: true);
default:
Expand Down

0 comments on commit 02a5a90

Please sign in to comment.