Skip to content

Commit bdb602d

Browse files
authored
Fix invisible step in wizard (#259)
1 parent a9cc53a commit bdb602d

File tree

1 file changed

+1
-1
lines changed
  • src/Angor/Avalonia/AngorApp/Sections/Wallet/CreateAndRecover/Steps/SeedWordsGeneration

1 file changed

+1
-1
lines changed

src/Angor/Avalonia/AngorApp/Sections/Wallet/CreateAndRecover/Steps/SeedWordsGeneration/SeedWordsView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<Panel>
1515
<seedWordsGeneration:Empty IsVisible="{Binding Words.HasNoValue}" />
16-
<!-- <seedWordsGeneration:GeneratedWords IsVisible="{Binding Words.HasValue}" /> -->
16+
<seedWordsGeneration:GeneratedWords IsVisible="{Binding Words.HasValue}" />
1717
</Panel>
1818

1919
</UserControl>

0 commit comments

Comments
 (0)