Skip to content

Commit

Permalink
Fix nullability in User property (dotnet#34887)
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia authored Jul 30, 2021
1 parent a8cd189 commit 9012227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
}

@code {
User user;
User? user;

protected override async Task OnInitializedAsync()
{
Expand Down

0 comments on commit 9012227

Please sign in to comment.