()
| 119 | class SubMenu extends React.Component { |
| 120 | |
| 121 | render() { |
| 122 | return ( |
| 123 | <div> |
| 124 | <CountButton />{' '} |
| 125 | <PageSizeButton />{' '} |
| 126 | <ModelBlock name="model.list.submenu.btngroup" /> |
| 127 | <ColsDropdown /> |
| 128 | {this.props.children} |
| 129 | </div> |
| 130 | ) |
| 131 | } |
| 132 | |
| 133 | } |
| 134 |
nothing calls this directly
no outgoing calls
no test coverage detected