diff --git a/src/components/LandingPageMap.tsx b/src/components/LandingPageMap.tsx index f2074738..f9d82556 100644 --- a/src/components/LandingPageMap.tsx +++ b/src/components/LandingPageMap.tsx @@ -180,7 +180,11 @@ const MapChart = ({ setTooltipContent, title }) => { > {stateCodes[cur.id]} - Total Benefit + {title === "Supplemental Nutrition Assistance Program (SNAP)" ? ( + Total Cost + ) : ( + Total Benefit + )} $ {Number(total / 1000000.0).toLocaleString(undefined, {