From 575ed062256db1aa40fc99a67034429806bf086a Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Thu, 7 Jul 2022 17:08:06 -0600 Subject: [PATCH] fix display of comma between breakages (#1628) --- .../marketplace-show-controls.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show-controls/marketplace-show-controls.component.ts b/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show-controls/marketplace-show-controls.component.ts index 581e41af3..1f7a74f1a 100644 --- a/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show-controls/marketplace-show-controls.component.ts +++ b/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show-controls/marketplace-show-controls.component.ts @@ -156,7 +156,7 @@ export class MarketplaceShowControlsComponent { const title = localPkgs[id].manifest.title return `
  • ${title}
  • ` }) - message = `${message}${bullets}` + message = `${message}${bullets.join('')}` return new Promise(async resolve => { const alert = await this.alertCtrl.create({