aboutsummaryrefslogtreecommitdiff
path: root/src/webex/renderHtml.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-31 13:27:12 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-31 13:27:12 +0200
commitc35b3be7957a90bd1e861c0502736aa1eb7acfbf (patch)
tree0d3277f26ac07131cf94f0600e055b191e88239f /src/webex/renderHtml.tsx
parentc3f47e8f5866838b8c58ad8762d636a2b3ec2217 (diff)
downloadwallet-core-c35b3be7957a90bd1e861c0502736aa1eb7acfbf.tar.xz
refund view
Diffstat (limited to 'src/webex/renderHtml.tsx')
-rw-r--r--src/webex/renderHtml.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/renderHtml.tsx b/src/webex/renderHtml.tsx
index 867fb440f..1c50aa1ad 100644
--- a/src/webex/renderHtml.tsx
+++ b/src/webex/renderHtml.tsx
@@ -62,7 +62,7 @@ export function renderAmount(amount: AmountJson | string) {
return <span>{x}&nbsp;{a.currency}</span>;
}
-export const AmountDisplay = ({amount}: {amount: AmountJson | string}) => renderAmount(amount);
+export const AmountView = ({amount}: {amount: AmountJson | string}) => renderAmount(amount);
/**