Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
greinard committed Sep 20, 2024
1 parent f30b1f8 commit 7a7a58b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function (props: GlucoseDayCoordinatorProps) {
dayRenderer={dayRenderer}
dependencies={[props.previewState]}
/>
{glucoseRanges && props.children}
{glucoseReadings && props.children}
</DateRangeCoordinator>
</GlucoseContext.Provider>
</div>;
Expand Down

0 comments on commit 7a7a58b

Please sign in to comment.