Skip to content

Commit

Permalink
chore: Expose slotMetrics to DayColumnWrapper component (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvgoel92 authored Mar 11, 2022
1 parent 35f33d5 commit 42713df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DayColumn.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class DayColumn extends React.Component {
isNow && 'rbc-today', // WHY
selecting && 'rbc-slot-selecting'
)}
slotMetrics={slotMetrics}
>
{slotMetrics.groups.map((grp, idx) => (
<TimeSlotGroup
Expand Down

0 comments on commit 42713df

Please sign in to comment.