From 792a5cc42974c8d854724a5ba0d0f381e702f10a Mon Sep 17 00:00:00 2001 From: Aaron Greenspan Date: Sun, 17 Jan 2021 18:48:33 -0700 Subject: [PATCH] ui: cleanup --- .../apps-routes/app-installed-show/app-installed-show.page.ts | 2 +- ui/use-mocks.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/pages/apps-routes/app-installed-show/app-installed-show.page.ts b/ui/src/app/pages/apps-routes/app-installed-show/app-installed-show.page.ts index 2cf5822cd..0e32c75ae 100644 --- a/ui/src/app/pages/apps-routes/app-installed-show/app-installed-show.page.ts +++ b/ui/src/app/pages/apps-routes/app-installed-show/app-installed-show.page.ts @@ -102,7 +102,7 @@ export class AppInstalledShowPage extends Cleanup { } } - async launchUiTab (e) { + async launchUiTab () { let uiAddress = this.app.torAddress.getValue() uiAddress = uiAddress.startsWith('http') ? uiAddress : `http://${uiAddress}` return window.open(uiAddress, '_blank') diff --git a/ui/use-mocks.json b/ui/use-mocks.json index 2caee7215..3425efc8a 100644 --- a/ui/use-mocks.json +++ b/ui/use-mocks.json @@ -1,3 +1,3 @@ { - "useMocks": true + "useMocks": false }