From dc14bf10cb6834a1289eb9fa823dcfb94e323eb7 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sat, 6 Jun 2026 03:30:49 -0500 Subject: [PATCH] Fix use of Text component --- .../UI/Components/RedistributablePickerDialog.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANCommander.Server/UI/Components/RedistributablePickerDialog.razor b/LANCommander.Server/UI/Components/RedistributablePickerDialog.razor index f14739e9..4fbaa6b5 100644 --- a/LANCommander.Server/UI/Components/RedistributablePickerDialog.razor +++ b/LANCommander.Server/UI/Components/RedistributablePickerDialog.razor @@ -15,7 +15,7 @@ @if (!string.IsNullOrWhiteSpace(redist.Description)) {
- @redist.Description + @redist.Description }