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 @@