(props)
| 22 | } |
| 23 | |
| 24 | constructor(props) { |
| 25 | super(props); |
| 26 | this.state = { |
| 27 | activeTab: this.props.activeTab, |
| 28 | }; |
| 29 | } |
| 30 | |
| 31 | render() { |
| 32 | const { className, cssModule, tag: Tag = 'div' } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected