Skip to content

Commit

Permalink
Add Federal to Tax revenues
Browse files Browse the repository at this point in the history
  • Loading branch information
QianruZhang78 committed Aug 9, 2023
1 parent eb8ff18 commit 9e280ca
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 (region == "us" || region == "ca") {
desktopLabels[0] = "Tax revenues";
mobileLabels[0] = "Taxes";
}
Expand Down

0 comments on commit 9e280ca

Please sign in to comment.