diff --git a/components/fee-button.js b/components/fee-button.js index 7e97fe11..dc902e4a 100644 --- a/components/fee-button.js +++ b/components/fee-button.js @@ -28,7 +28,7 @@ function Receipt ({ cost, repetition, imageFees, baseFee, parentId, boost }) { {imageFees && + {imageFees.unpaid} x {numWithUnits(imageFees.fees, { abbreviate: false })} - image fees + image fee } {boost > 0 && @@ -114,7 +114,7 @@ function EditReceipt ({ cost, paidSats, imageFees, boost, parentId }) { {imageFees && + {imageFees.unpaid} x {numWithUnits(imageFees.fees, { abbreviate: false })} - image fees + image fee } {boost > 0 &&