Fleet UI: Fix missing space/bullet in copy (#32062)

This commit is contained in:
RachelElysia 2025-08-18 17:06:45 -04:00 committed by GitHub
parent 9745d50b26
commit b7286d0163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,9 @@ const generateSoftwareOptionHelpText = (title: IEnhancedSoftwareTitle) => {
if (vppOption) {
platformString = "macOS (App Store)";
versionString = title.app_store_app?.version || "";
versionString = title.app_store_app?.version
? `${title.app_store_app?.version}`
: "";
} else {
if (title.platform && title.extension) {
platformString = `${PLATFORM_DISPLAY_NAMES[title.platform]} (.${