Skip to content

Commit

Permalink
fix: rtl prop has to be passed to the DateContentRow (jquense#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerpich authored and jquense committed Jul 24, 2018
1 parent d1dfa3e commit e0ae4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Month.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ class MonthView extends React.Component {
eventWrapperComponent={components.eventWrapper}
dateCellWrapperComponent={components.dateCellWrapper}
longPressThreshold={longPressThreshold}
rtl={this.props.rtl}
/>
)
}
Expand Down

0 comments on commit e0ae4f1

Please sign in to comment.