diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-04-09 00:41:14 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-04-09 00:41:14 +0200 |
commit | a75ef403acf80685c560aed09c544f0a272c666f (patch) | |
tree | bcfae61fe2c03beac71dbc6fc8b10b2f4f2b7393 /src/webex/pages/confirm-contract.tsx | |
parent | 6533716fac07e4988ef94231a0c0c8aba68e0d5e (diff) |
make linter happy
Diffstat (limited to 'src/webex/pages/confirm-contract.tsx')
-rw-r--r-- | src/webex/pages/confirm-contract.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webex/pages/confirm-contract.tsx b/src/webex/pages/confirm-contract.tsx index f1e98f22b..41eebda8e 100644 --- a/src/webex/pages/confirm-contract.tsx +++ b/src/webex/pages/confirm-contract.tsx @@ -379,7 +379,8 @@ class ContractPrompt extends React.Component<ContractPromptProps, ContractPrompt {products} {(this.state.payStatus && this.state.payStatus.coinSelection) ? <i18n.Translate wrap="p"> - The total price is <span>{amount} </span> (plus <span>{renderAmount(this.state.payStatus.coinSelection.totalFees)}</span> fees). + The total price is <span>{amount} </span> + (plus <span>{renderAmount(this.state.payStatus.coinSelection.totalFees)}</span> fees). </i18n.Translate> : <i18n.Translate wrap="p">The total price is <span>{amount}</span>.</i18n.Translate> |