Skip to content

Commit

Permalink
Update Profile.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed May 9, 2024
1 parent b193edb commit 9868db6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Server.UI/Pages/Identity/Users/Profile.razor
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ else
}

});
var d = Services.GetRequiredService<ActualLab.Fusion.IState<UserInfo[]>>();
_computed =await ActualLab.Fusion.Computed.Capture(() => OnlineUserTracker.GetOnlineUsers());
_computed.Invalidated += StateOnStateChanged;
}
Expand Down

0 comments on commit 9868db6

Please sign in to comment.