(index)
| 9 | }; |
| 10 | } |
| 11 | displayChange(index){ |
| 12 | this.setState({ |
| 13 | index: index |
| 14 | }); |
| 15 | } |
| 16 | |
| 17 | formatChild({current, accordion=false, onChange, style, popped=false, mode='click', horizontal=false, activeFirst=false}) { |
| 18 | return <Menu current={current} accordion={accordion} onChange={onChange} horizontal={horizontal} style={style} popped={popped} mode={mode}> |
nothing calls this directly
no outgoing calls
no test coverage detected