()
| 783 | } |
| 784 | |
| 785 | isVertical() { |
| 786 | const { orientation } = this.props; |
| 787 | return orientation === VERTICAL_ORIENTATION || orientation === VERTICAL_SCROLLABLE; |
| 788 | } |
| 789 | |
| 790 | updateStateAfterMonthTransition() { |
| 791 | const { |
no outgoing calls
no test coverage detected