From 1a63d56bfdd091cc7aefdf1e25f3a074bfdf5e0e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 16 Nov 2022 16:04:52 -0300 Subject: fix #7411, also making the backup payment visible --- .../taler-wallet-webextension/src/wallet/ManageAccount/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/taler-wallet-webextension/src/wallet/ManageAccount/index.ts') diff --git a/packages/taler-wallet-webextension/src/wallet/ManageAccount/index.ts b/packages/taler-wallet-webextension/src/wallet/ManageAccount/index.ts index cd591be74..df4e7586f 100644 --- a/packages/taler-wallet-webextension/src/wallet/ManageAccount/index.ts +++ b/packages/taler-wallet-webextension/src/wallet/ManageAccount/index.ts @@ -20,7 +20,7 @@ import { HookError } from "../../hooks/useAsyncAsHook.js"; import { ButtonHandler, SelectFieldHandler, - TextFieldHandler + TextFieldHandler, } from "../../mui/handlers.js"; import { compose, StateViewMap } from "../../utils/index.js"; import { wxApi } from "../../wxApi.js"; @@ -58,13 +58,13 @@ export namespace State { alias: TextFieldHandler; onAccountAdded: ButtonHandler; onCancel: ButtonHandler; - accountByType: AccountByType, - deleteAccount: (a: KnownBankAccountsInfo) => Promise, + accountByType: AccountByType; + deleteAccount: (a: KnownBankAccountsInfo) => Promise; } } export type AccountByType = { - [key: string]: KnownBankAccountsInfo[] + [key: string]: KnownBankAccountsInfo[]; }; const viewMapping: StateViewMap = { -- cgit v1.2.3