Skip to content

Commit fc12ccd

Browse files
committed
fix age toggle for sds charts
1 parent ef20711 commit fc12ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/SDSChart/SDSChart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ const SDSChart: React.FC<SDSChartProps> = (
597597
$fontStyle={styles.toggleStyle.fontStyle}
598598
$color={styles.toggleStyle.color}
599599
$className={"toggleButtons"}
600-
handleClick={onSelectRadioButton}
600+
handleClickAgeRadio={onSelectRadioButton}
601601
correctedAge={showCorrectedAge}
602602
chronologicalAge={showChronologicalAge}
603603
/>

0 commit comments

Comments
 (0)