From af1aab5b8dd3531746732c7cc11c84831b7f53d4 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 5 Jun 2020 17:57:25 -0700 Subject: [PATCH] Updated to latest framework message username addresses conflicts --- .../Modules/Admin/UserProfile/View.razor | 54 ++++++++++--------- 1 file changed, 30 insertions(+), 24 deletions(-) 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 @@