diff --git a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor index 083e88da..939899ba 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor @@ -577,7 +577,7 @@ try { ModuleInstance.ShowProgressIndicator(); - foreach (var Notification in notifications) + foreach(var Notification in notifications) { if (!Notification.IsDeleted) {