Skip to content

Commit

Permalink
Merge pull request #631 from PolicyEngine/mtr-diff-custom-baseline
Browse files Browse the repository at this point in the history
Fix custom baseline MTR charts
  • Loading branch information
nikhilwoodruff authored Aug 2, 2023
2 parents 4f860eb + 6b859a8 commit 1419f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/household/output/MarginalTaxRates.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default function MarginalTaxRates(props) {
requests.push(
apiCall(`/${metadata.countryId}/calculate`, {
household: householdData,
policy: policy.baseline.data,
})
.then((res) => res.json())
.then((data) => {
Expand Down Expand Up @@ -127,7 +128,6 @@ export default function MarginalTaxRates(props) {
// Add the main line, then add a 'you are here' line
plot = (
<FadeIn>

<Screenshottable title="Marginal tax rate by employment income">
<Plot
data={[
Expand Down

0 comments on commit 1419f7a

Please sign in to comment.