diff --git a/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.ts b/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.ts index 59f92f6ae..9f26035cd 100644 --- a/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.ts +++ b/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.ts @@ -191,7 +191,7 @@ export class MarketplaceShowPage { loader.present() try { - await this.embassyApi.installPackage({ id, 'version-spec': version ? ` = ${version}` : undefined }) + await this.embassyApi.installPackage({ id, 'version-spec': version ? `=${version}` : undefined }) } catch (e) { this.errToast.present(e) } finally {