Skip to content

Commit e0ae4f1

Browse files
fingerpichjquense
authored andcommitted
fix: rtl prop has to be passed to the DateContentRow (jquense#915)
1 parent d1dfa3e commit e0ae4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Month.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ class MonthView extends React.Component {
203203
eventWrapperComponent={components.eventWrapper}
204204
dateCellWrapperComponent={components.dateCellWrapper}
205205
longPressThreshold={longPressThreshold}
206+
rtl={this.props.rtl}
206207
/>
207208
)
208209
}

0 commit comments

Comments
 (0)