diff --git a/public/mockServiceWorker.js b/public/mockServiceWorker.js index 87e0f31b..8ee70b3e 100644 --- a/public/mockServiceWorker.js +++ b/public/mockServiceWorker.js @@ -2,7 +2,7 @@ /* tslint:disable */ /** - * Mock Service Worker (1.2.1). + * Mock Service Worker (1.2.2). * @see https://github.com/mswjs/msw * - Please do NOT modify this file. * - Please do NOT serve this file on production. diff --git a/src/client/modules/Apps/components/AppActions/AppActions.tsx b/src/client/modules/Apps/components/AppActions/AppActions.tsx index 10f906e8..69b27143 100644 --- a/src/client/modules/Apps/components/AppActions/AppActions.tsx +++ b/src/client/modules/Apps/components/AppActions/AppActions.tsx @@ -84,10 +84,12 @@ export const AppActions: React.FC = ({ app, status, localDomain, onInsta {app.id}.{localDomain} - onOpen('local')}> - - {window.location.hostname}:{app.info.port} - + {!app.info.force_expose && ( + onOpen('local')}> + + {window.location.hostname}:{app.info.port} + + )}