fix: Word and colour Windows workloads correctly across the UI

This commit is contained in:
2026-08-13 12:57:37 +00:00
parent ddf0814803
commit a0fbf5b9ba
10 changed files with 65 additions and 21 deletions
@@ -82,7 +82,7 @@ export function MaintenanceTab({
<span className="font-mono text-xs text-text-secondary">{u.current_version || "n/a"}</span>
</Td>
<Td label={isWindows ? "KB" : "Available"}>
<span className="font-mono text-xs text-success">{u.new_version}</span>
<span className="font-mono text-xs text-success">{u.new_version || "n/a"}</span>
</Td>
</Tr>
))}