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">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -2176,7 +2176,7 @@ const Addproperty = () => {
|
|||
fontWeight: "bold",
|
||||
}}
|
||||
>
|
||||
Utilities & Maintenance:
|
||||
Carry Costs:
|
||||
</span>
|
||||
|
||||
{formData.utilMaintenance.map((cost, index) => (
|
||||
|
@ -2243,7 +2243,7 @@ const Addproperty = () => {
|
|||
>
|
||||
+
|
||||
</span>{" "}
|
||||
Add Utilities and Maintenance Cost
|
||||
Add Carry Cost
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@ -2256,7 +2256,7 @@ const Addproperty = () => {
|
|||
fontWeight: "bold",
|
||||
}}
|
||||
>
|
||||
Total Utilities and Maintenance Cost
|
||||
Total Carry Cost
|
||||
</span>
|
||||
<div className="col-md-4">
|
||||
<input
|
||||
|
@ -2294,7 +2294,7 @@ const Addproperty = () => {
|
|||
fontWeight: "bold",
|
||||
}}
|
||||
>
|
||||
Renovation Costs:
|
||||
Renovation and Holding Costs
|
||||
</span>
|
||||
|
||||
{formData.renovationCost.map((cost, index) => (
|
||||
|
@ -2361,7 +2361,7 @@ const Addproperty = () => {
|
|||
>
|
||||
+
|
||||
</span>{" "}
|
||||
Add Renovation Cost
|
||||
Add Renovation and Holding cost
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@ -2374,7 +2374,7 @@ const Addproperty = () => {
|
|||
fontWeight: "bold",
|
||||
}}
|
||||
>
|
||||
Total Renovation Cost
|
||||
Total Renovation and Holding cost
|
||||
</span>
|
||||
<div className="col-md-4">
|
||||
<input
|
||||
|
|
Loading…
Reference in New Issue