Skip to content

Commit

Permalink
Fix loading speed
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed Jun 1, 2024
1 parent 0c655f9 commit eab31f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aoWebWallet/Pages/Wallets.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
{
if (firstRender)
{
await BindingContext.CheckHasArConnectExtension();

await BindingContext.LoadWalletList();
await dataService.LoadTokenList();

await BindingContext.CheckHasArConnectExtension();
}

await base.OnAfterRenderAsync(firstRender);
Expand Down

0 comments on commit eab31f0

Please sign in to comment.