Skip to content

Commit e68ba9e

Browse files
committed
Fix definition error
1 parent c3f5251 commit e68ba9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui/popup/stores/account/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ export class AccountStore {
234234
}
235235

236236
// Not action
237+
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
238+
// @ts-ignore
237239
private async loadAssetsFromStorage(bech32Address: string): Promise<Coin[]> {
238240
/*const items = await browser.storage.local.get();
239241

0 commit comments

Comments
 (0)