done
This commit is contained in:
parent
5a9e2aec56
commit
680642715e
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@
|
|||
|
||||
|
||||
|
||||
<script type="module" crossorigin src="/assets/index-AvLYi7ml.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-Bl7AZtqa.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-iEl-il0E.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -692,15 +692,12 @@ const Addproperty = () => {
|
|||
};
|
||||
|
||||
const calculatefundsavailablefordistribution =() => {
|
||||
const sekkingPriceBtoC= formData.sellingPriceBtoC;
|
||||
const costPaidOutofClosing = calculateTotalcostPaidOutofClosing();
|
||||
return sekkingPriceBtoC - costPaidOutofClosing;
|
||||
const sellingPriceBtoC= calculateTotalCosttoSellBtoC();
|
||||
const totaladjustments = calculateTotaladjustments();
|
||||
return sellingPriceBtoC + totaladjustments;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const handleSubmit = () => {
|
||||
if (
|
||||
formData.address &&
|
||||
|
|
Loading…
Reference in New Issue