Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: local seed phrase enable status
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed May 29, 2024
1 parent 9a6d0e2 commit 57fec3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class SplashStoragePage extends SplashBasePage {
)
: null,
),
!isNoneAvailable
isNoneAvailable
? MxcButton.secondaryWhite(
key: const ValueKey('localButton'),
icon: Icons.file_download_rounded,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SplashImportStoragePage extends SplashBasePage {
),
),
),
!isNoneAvailable
isNoneAvailable
? MxcButton.secondaryWhite(
key: const ValueKey('localButton'),
icon: Icons.file_download_rounded,
Expand Down

0 comments on commit 57fec3d

Please sign in to comment.