From e68ba9ea0efa63d1d6d740be967853884b0903a4 Mon Sep 17 00:00:00 2001 From: Thunnini Date: Mon, 18 May 2020 22:42:22 +0900 Subject: [PATCH] Fix definition error --- src/ui/popup/stores/account/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/popup/stores/account/index.tsx b/src/ui/popup/stores/account/index.tsx index 1b692804e2..b47ba57719 100644 --- a/src/ui/popup/stores/account/index.tsx +++ b/src/ui/popup/stores/account/index.tsx @@ -234,6 +234,8 @@ export class AccountStore { } // Not action + // eslint-disable-next-line @typescript-eslint/ban-ts-ignore + // @ts-ignore private async loadAssetsFromStorage(bech32Address: string): Promise { /*const items = await browser.storage.local.get();