diff --git a/Oqtane.Client/Modules/Admin/UserProfile/View.razor b/Oqtane.Client/Modules/Admin/UserProfile/View.razor
index 15c2302c..c13ef4a9 100644
--- a/Oqtane.Client/Modules/Admin/UserProfile/View.razor
+++ b/Oqtane.Client/Modules/Admin/UserProfile/View.razor
@@ -11,31 +11,36 @@
|
-
-
- |
+ @if (title == "From")
+ {
+
+
+ |
+ }
+ @if (title == "To")
+ {
+
+
+ |
+ }
|
-
-
- |
+ @if (title == "From")
+ {
+
+
+ |
+}
+ @if (title == "To")
+ {
+
+
+ |
+ }
- @if (title == "From")
- {
-
-
- |
- }
- @if (title == "To")
- {
-
-
- |
- }
-
@if (title == "From")
{
@@ -46,7 +51,7 @@
- }
+}
@if (title == "From")
{
@@ -57,7 +62,7 @@
- }
+}
@if (title == "To")
{
@@ -68,9 +73,10 @@
- }
+}
+
@if (reply != string.Empty)
{
}
@@ -95,8 +101,8 @@
+ }
}
-}
@code {
private int notificationid;
@@ -207,5 +213,5 @@
AddModuleMessage("Error Adding Notification", MessageType.Error);
}
}
-
}
+