Skip to content

Commit

Permalink
block pass process
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 7, 2022
1 parent b6d1a28 commit 0cfd67e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ui/views/intro/intro_backup_confirm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,7 @@ class _IntroBackupConfirmState extends ConsumerState<IntroBackupConfirm> {
),
),
if (settings.network.network ==
AvailableNetworks.archethicTestNet ||
settings.network.network ==
AvailableNetworks.archethicMainNet)
AvailableNetworks.archethicTestNet)
Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: <Widget>[
Expand Down

0 comments on commit 0cfd67e

Please sign in to comment.