Skip to content

Commit

Permalink
fix age toggle for sds charts
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Jun 15, 2024
1 parent ef20711 commit fc12ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDSChart/SDSChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ const SDSChart: React.FC<SDSChartProps> = (
$fontStyle={styles.toggleStyle.fontStyle}
$color={styles.toggleStyle.color}
$className={"toggleButtons"}
handleClick={onSelectRadioButton}
handleClickAgeRadio={onSelectRadioButton}
correctedAge={showCorrectedAge}
chronologicalAge={showChronologicalAge}
/>
Expand Down

0 comments on commit fc12ccd

Please sign in to comment.