Skip to content

Commit

Permalink
fix: using non const value in a const variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Jul 23, 2023
1 parent fd43ac7 commit 29db947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/home/home_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class HomeView extends StatelessWidget {
},
child: model.showUpdatableApps
? AvailableUpdatesCard()
: const InstalledAppsCard(),
: InstalledAppsCard(),
),
],
),
Expand Down

0 comments on commit 29db947

Please sign in to comment.