Profile Page
This commit is contained in:
@@ -26,7 +26,7 @@ namespace FoodsharingSiegen.Server.Dialogs
|
||||
|
||||
protected override async Task OnParametersSetAsync()
|
||||
{
|
||||
if (Users?.Any() == true)SelectedUser = Users.First().Id;
|
||||
if (Users?.Any() == true) SelectedUser = Users.First().Id;
|
||||
|
||||
await base.OnParametersSetAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user