Skip to content

Commit

Permalink
Call the balance refresh on the view on first time we see a project (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony authored Dec 20, 2024
1 parent 4d5a0d3 commit 5cfd53c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Angor/Client/Pages/View.razor
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ else
{
SessionStorage.StoreProject(project);
}

}
else
{
Expand All @@ -555,6 +556,9 @@ else
StateHasChanged();
},
project.ProjectInfo.NostrPubKey);

SetProjectLinksAndRefreshBalance();

},projectIndexerData.NostrEventId);
}
else
Expand Down

0 comments on commit 5cfd53c

Please sign in to comment.