()
| 180 | }; |
| 181 | |
| 182 | onUpArrow() { |
| 183 | const { onUpArrow } = this.props; |
| 184 | |
| 185 | this.togglePicker(false, onUpArrow); |
| 186 | } |
| 187 | |
| 188 | onDownArrow() { |
| 189 | const { onDownArrow } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected