()
| 1252 | } |
| 1253 | |
| 1254 | toggle() { |
| 1255 | const status = !this.state.collapse ? 'Opening...' : 'Closing...'; |
| 1256 | this.setState({ collapse: !this.state.collapse, status }); |
| 1257 | } |
| 1258 | |
| 1259 | render() { |
| 1260 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected