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();