Skip to content

Commit

Permalink
Merge pull request #678 from PolicyEngine/QianruZhang/issue667
Browse files Browse the repository at this point in the history
Add Federal to Tax revenues when budgetary impacts are split out
  • Loading branch information
MaxGhenis authored Aug 11, 2023
2 parents 03708b6 + f3c0305 commit 6a7bc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/policy/output/BudgetaryImpact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function BudgetaryImpact(props) {
"Net impact",
];
let mobileLabels = ["Federal taxes", "State taxes", "Benefits", "Net"];
if (region !== "us" && region !== "ca") {
if (!window.location.pathname.includes("/us/")) {
desktopLabels[0] = "Tax revenues";
mobileLabels[0] = "Taxes";
}
Expand Down

0 comments on commit 6a7bc5d

Please sign in to comment.