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
}