done
This commit is contained in:
parent
26533eb6df
commit
63d13247c1
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="module" crossorigin src="/assets/index-CfFcG7AV.js"></script>
|
<script type="module" crossorigin src="/assets/index-C-cZIHwO.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-iEl-il0E.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-iEl-il0E.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -2176,7 +2176,7 @@ const Addproperty = () => {
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Utilities & Maintenance:
|
Carry Costs:
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
{formData.utilMaintenance.map((cost, index) => (
|
{formData.utilMaintenance.map((cost, index) => (
|
||||||
|
@ -2243,7 +2243,7 @@ const Addproperty = () => {
|
||||||
>
|
>
|
||||||
+
|
+
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
Add Utilities and Maintenance Cost
|
Add Carry Cost
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -2256,7 +2256,7 @@ const Addproperty = () => {
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Total Utilities and Maintenance Cost
|
Total Carry Cost
|
||||||
</span>
|
</span>
|
||||||
<div className="col-md-4">
|
<div className="col-md-4">
|
||||||
<input
|
<input
|
||||||
|
@ -2294,7 +2294,7 @@ const Addproperty = () => {
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Renovation Costs:
|
Renovation and Holding Costs
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
{formData.renovationCost.map((cost, index) => (
|
{formData.renovationCost.map((cost, index) => (
|
||||||
|
@ -2361,7 +2361,7 @@ const Addproperty = () => {
|
||||||
>
|
>
|
||||||
+
|
+
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
Add Renovation Cost
|
Add Renovation and Holding cost
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -2374,7 +2374,7 @@ const Addproperty = () => {
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Total Renovation Cost
|
Total Renovation and Holding cost
|
||||||
</span>
|
</span>
|
||||||
<div className="col-md-4">
|
<div className="col-md-4">
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Reference in New Issue