From 351829888f2b0f14e9773abdc6ed95606208ca01 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 20 Oct 2023 21:25:27 -0700 Subject: [PATCH] Fix Columns Format --- Oqtane.Client/Modules/Admin/UserProfile/View.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Oqtane.Client/Modules/Admin/UserProfile/View.razor b/Oqtane.Client/Modules/Admin/UserProfile/View.razor index 905c94ef..7284b30b 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/View.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/View.razor @@ -13,13 +13,13 @@ @if (title == "From") { -
+
} @if (title == "To") { -
+
} @@ -28,13 +28,13 @@ @if (title == "From") { -
+
} @if (title == "To") { -
+
}