Fix the option to view recovery key
This commit is contained in:
parent
ebf634ef1e
commit
408e3bd2b6
1 changed files with 35 additions and 39 deletions
|
@ -37,7 +37,6 @@ class AccountSectionWidget extends StatelessWidget {
|
|||
|
||||
Column _getSectionOptions(BuildContext context) {
|
||||
List<Widget> children = [];
|
||||
if (Configuration.instance.getRecoveryKey() != null) {
|
||||
children.addAll([
|
||||
sectionOptionSpacing,
|
||||
MenuItemWidget(
|
||||
|
@ -74,9 +73,6 @@ class AccountSectionWidget extends StatelessWidget {
|
|||
}
|
||||
},
|
||||
),
|
||||
]);
|
||||
}
|
||||
children.addAll([
|
||||
sectionOptionSpacing,
|
||||
MenuItemWidget(
|
||||
captionedTextWidget: const CaptionedTextWidget(
|
||||
|
|
Loading…
Reference in a new issue