We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f5251 commit e68ba9eCopy full SHA for e68ba9e
src/ui/popup/stores/account/index.tsx
@@ -234,6 +234,8 @@ export class AccountStore {
234
}
235
236
// Not action
237
+ // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
238
+ // @ts-ignore
239
private async loadAssetsFromStorage(bech32Address: string): Promise<Coin[]> {
240
/*const items = await browser.storage.local.get();
241
0 commit comments