Skip to content

Commit

Permalink
Merge pull request #40 from peaqnetwork/feature/1202138782029385_upda…
Browse files Browse the repository at this point in the history
…te-consumer-balance-on-account-screen

fix: skipping onboarding screen
  • Loading branch information
irediaes authored Apr 21, 2022
2 parents 270cf36 + ef63431 commit 697cbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/providers/account_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CEVAccountProvider with ChangeNotifier {
String _statusMessage = '';
bool _isLoggedIn = false;
bool _showNodeDropdown = false;
CEVAccount? _account = CEVAccount();
CEVAccount? _account;
List<Detail> _details = [];
// set the SS58 registry prefix
// currently set to Substrate which is 42
Expand Down

0 comments on commit 697cbf6

Please sign in to comment.