diff --git a/components/fee-button.js b/components/fee-button.js
index 641b76ab..f2220f8d 100644
--- a/components/fee-button.js
+++ b/components/fee-button.js
@@ -20,16 +20,16 @@ function Receipt ({ cost, repetition, imageFees, baseFee, parentId, boost }) {
{numWithUnits(baseFee, { abbreviate: false })} |
{parentId ? 'reply' : 'post'} fee |
- {imageFees &&
-
- + {imageFees.unpaid} x {numWithUnits(imageFees.fees, { abbreviate: false })} |
- image fees |
-
}
{repetition > 0 &&
x 10{repetition} |
{repetition} {parentId ? 'repeat or self replies' : 'posts'} in 10m |
}
+ {imageFees &&
+
+ + {imageFees.unpaid} x {numWithUnits(imageFees.fees, { abbreviate: false })} |
+ image fees |
+
}
{boost > 0 &&
+ {numWithUnits(boost, { abbreviate: false })} |