diff --git a/packages/console-app/src/components/PackageLink.js b/packages/console-app/src/components/PackageLink.js index 6ac9759..efe5586 100644 --- a/packages/console-app/src/components/PackageLink.js +++ b/packages/console-app/src/components/PackageLink.js @@ -18,7 +18,7 @@ const PackageLink = ({ config, type, pkg, text }) => { // TODO(burdon): Pass in expected arg types. if (typeof pkg === 'string') { const ipfsUrl = getServiceUrl(config, 'ipfs.gateway', { path: `${pkg}` }); - return {text || pkg}; + return {text || pkg}; } // eslint-disable-next-line default-case @@ -32,12 +32,12 @@ const PackageLink = ({ config, type, pkg, text }) => { packageLinks.push(
- {platform}/{arch} + {platform}/{arch}: {cid}
);