Add 0 base fee in edit receipt
This commit is contained in:
parent
1272e15a0e
commit
008510ee15
@ -107,6 +107,10 @@ function EditReceipt ({ cost, paidSats, imageFees, boost, parentId }) {
|
||||
return (
|
||||
<Table className={styles.receipt} borderless size='sm'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{numWithUnits(0, { abbreviate: false })}</td>
|
||||
<td align='right' className='font-weight-light'>edit fee</td>
|
||||
</tr>
|
||||
{imageFees &&
|
||||
<tr>
|
||||
<td>+ {imageFees.unpaid} x {numWithUnits(imageFees.fees, { abbreviate: false })}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user