Skip to content

Commit

Permalink
removed 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Nov 21, 2024
1 parent 5240361 commit 2414749
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,13 +373,14 @@ const FacilityPopUp = ({ details, onClose, updateDetails }) => {
}, [details]);

const customRenderers = {
servingPopulation: (value) => (
<p className="mp-fac-value">
<span style={{ color: "#D4351C" }}>{value}</span> /{" "}
<span style={{ color: "#0B4B66" }}>{5000}</span>
</p>
)
};

residingVillage: (value) => (
<p className="mp-fac-value">
<span style={{ color: "#0B4B66" }}>{value}</span>{" "}
<VillageHierarchyTooltipWrapper boundaryCode={details?.residingBoundary} placement={"bottom"} />
</p>

)};


return (
Expand Down

0 comments on commit 2414749

Please sign in to comment.