()
| 106 | }, |
| 107 | |
| 108 | pickMonth(){ |
| 109 | this.setState({ |
| 110 | showMonth: true, |
| 111 | showYear: false, |
| 112 | }); |
| 113 | }, |
| 114 | |
| 115 | renderMonthPicker(){ |
| 116 | const {showMonth, year, month} = this.state; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…