Skip to content

Commit

Permalink
Removed unused first render
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGershony committed Jan 11, 2024
1 parent 01fcd5c commit 3254c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angor/Client/Pages/Invest.razor
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@

protected override async Task OnAfterRenderAsync(bool firstRender)
{
if (firstRender || javascriptNostrToolsModule == null)
if (javascriptNostrToolsModule == null)
{
try
{
Expand Down

0 comments on commit 3254c3d

Please sign in to comment.