Skip to content

Commit

Permalink
Merge pull request #969 from PolicyEngine/deep-poverty-pp
Browse files Browse the repository at this point in the history
Fix deep poverty points bug
  • Loading branch information
MaxGhenis authored Dec 15, 2023
2 parents f060134 + 38fbd00 commit b8d110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/policy/output/DeepPovertyImpact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function DeepPovertyImpact(props) {
const percentagePointChange =
Math.round(
Math.abs(
impact.poverty.poverty.all.reform - impact.poverty.poverty.all.baseline,
impact.poverty.deep_poverty.all.reform - impact.poverty.deep_poverty.all.baseline,
) * 1000,
) / 10;
const screenshotRef = useRef();
Expand Down

0 comments on commit b8d110c

Please sign in to comment.