Skip to content

Commit

Permalink
Merge branch 'live' into mbarton/trisomy-21-bmi-rendering-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Jul 21, 2024
2 parents 057f044 + 07f1af8 commit 417036f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/CentileChart/CentileChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ function CentileChart({
chronData.size = 1.5;
correctData.size = 1.5;
} else {
chronData.size = 3;
correctData.size = 3;
chronData.size = 3.5;
correctData.size = 3.5;
}

return (
Expand Down
2 changes: 1 addition & 1 deletion src/testParameters/styles/tanner2Styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export const Tanner2Styles = {
},
"measurementPoint": {
"data": {
"fill": "#000000"
"fill": "#000000",
}
},
"measurementLinkLine": {
Expand Down

0 comments on commit 417036f

Please sign in to comment.