From 7c320a939e3f66e8b7bef963fadf5d5a4cb48558 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 26 Sep 2025 15:47:32 +0200 Subject: [PATCH] gghjghjghj --- TIAMSharedUI/Pages/User/SysAdmins/ManageTransfers.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TIAMSharedUI/Pages/User/SysAdmins/ManageTransfers.razor b/TIAMSharedUI/Pages/User/SysAdmins/ManageTransfers.razor index ec32b290..f8eb0a94 100644 --- a/TIAMSharedUI/Pages/User/SysAdmins/ManageTransfers.razor +++ b/TIAMSharedUI/Pages/User/SysAdmins/ManageTransfers.razor @@ -136,12 +136,12 @@ if (!firstDriverName.IsNullOrWhiteSpace()) { - driverBgStyle += $" background-color: $#{firstDriverName.GetHashCode():X8} !important"; + driverBgStyle += $" background-color: #{firstDriverName.GetHashCode():X8} !important"; }
-
@(string.Join(", ", tranferItem.TransferToDrivers.Select(x => x.UserProductMapping?.User?.Profile?.Name)))
+
@(string.Join(", ", tranferItem.TransferToDrivers.Select(x => x.UserProductMapping?.User?.Profile?.Name)))
}