Skip to content

Commit

Permalink
Fix bug in settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Dec 18, 2023
1 parent 548f0e1 commit aaa94a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Angor/Client/Pages/Settings.razor
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
{
_networkService.AddSettingsIfNotExist();

settingsInfo = _clientStorage.GetSettingsInfo();

networkType = _networkConfiguration.GetNetwork().Name;

return base.OnInitializedAsync();
Expand Down

0 comments on commit aaa94a1

Please sign in to comment.