From c00012f28b561ea2da471f98eaaa22f474ef0848 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 20 Oct 2023 21:57:42 -0700 Subject: [PATCH] class= --- Oqtane.Client/Modules/Admin/UserProfile/Index.razor | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor index e6b2bcc6..dd1b4065 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor @@ -225,7 +225,9 @@ else } else { - @Localizer["NoNotificationsReceived.Text"] +
+ @Localizer["NoNotificationsReceived.Text"] +
} } else @@ -287,7 +289,9 @@ else } else { - @Localizer["NoNotificationsSent.Text"] +
+ @Localizer["NoNotificationsSent.Text"] +
} } }