Loan repaid => Loan payment
This commit is contained in:
parent
583c5b225e
commit
83d33792aa
|
@ -972,7 +972,7 @@ export function SellPanel(props: {
|
||||||
{loanPaid !== 0 && (
|
{loanPaid !== 0 && (
|
||||||
<>
|
<>
|
||||||
<Row className="mt-6 items-center justify-between gap-2 text-gray-500">
|
<Row className="mt-6 items-center justify-between gap-2 text-gray-500">
|
||||||
Loan repaid
|
Loan payment
|
||||||
<span className="text-neutral">{formatMoney(-loanPaid)}</span>
|
<span className="text-neutral">{formatMoney(-loanPaid)}</span>
|
||||||
</Row>
|
</Row>
|
||||||
<Row className="items-center justify-between gap-2 text-gray-500">
|
<Row className="items-center justify-between gap-2 text-gray-500">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user