mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fix total Sap points improvement
This commit is contained in:
parent
b2532e52c6
commit
73f35b9767
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export default function RecommendationCostSummaryCard({
|
|||
totalSapPoints: number;
|
||||
}) {
|
||||
const [totalCost, setTotalcost] = useState(totalEstimatedCost);
|
||||
const [totalSap, setTotalSap] = useState(totalEstimatedCost);
|
||||
const [totalSap, setTotalSap] = useState(totalSapPoints);
|
||||
|
||||
return (
|
||||
<table className="text-left bg-green-700 rounded-md text-gray-100">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue