taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 84c2a0ee934920c6fac36f0e94bde4e0d5e2ac4f
parent 8c215a19d7fb92b3972d0dc299cfcb56a79f0319
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat,  3 Jun 2017 21:06:23 +0200

missing property

Diffstat:
Msrc/webex/pages/confirm-contract.tsx | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/webex/pages/confirm-contract.tsx b/src/webex/pages/confirm-contract.tsx @@ -113,6 +113,7 @@ class ContractPrompt extends React.Component<ContractPromptProps, ContractPrompt constructor() { super(); this.state = { + alreadyPaid: false, error: null, exchanges: null, proposal: null,