Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ost-ptk committed Nov 15, 2023
1 parent 40d6199 commit 60514a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/apps/popup/pages/navigation-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ export function NavigationMenuPageContent() {
description: t('From Signer secret key file'),
iconPath: 'assets/icons/upload.svg',
disabled: false,
handleOnClick: async () => {
handleOnClick: () => {
closeNavigationMenu();
await openWindow({
openWindow({
windowApp: WindowApp.ImportAccount
}).catch(e => console.error(e));
}
Expand Down
1 change: 0 additions & 1 deletion src/background/create-open-window.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as process from 'process';
import browser from 'webextension-polyfill';

import { RouterPath } from '@src/apps/signature-request/router';
Expand Down

0 comments on commit 60514a6

Please sign in to comment.