aboutsummaryrefslogtreecommitdiff
path: root/src/pages/tree.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/tree.tsx')
-rw-r--r--src/pages/tree.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/tree.tsx b/src/pages/tree.tsx
index 1dcbc5f9b..9eca80636 100644
--- a/src/pages/tree.tsx
+++ b/src/pages/tree.tsx
@@ -288,6 +288,7 @@ class DenominationList extends ImplicitStateComponent<DenominationListProps> {
return (
<div className="tree-item">
<ul>
+ <li>Offered: {d.isOffered ? "yes" : "no"}</li>
<li>Value: {prettyAmount(d.value)}</li>
<li>Withdraw fee: {prettyAmount(d.feeWithdraw)}</li>
<li>Refresh fee: {prettyAmount(d.feeRefresh)}</li>