Skip to content

Commit

Permalink
Fix definition error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed May 18, 2020
1 parent c3f5251 commit e68ba9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/popup/stores/account/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<Coin[]> {
/*const items = await browser.storage.local.get();
Expand Down

0 comments on commit e68ba9e

Please sign in to comment.