ag-49 Ng2 Header component
This commit is contained in:
@@ -30,7 +30,7 @@ export default class MyReactHeaderComponent extends React.Component {
|
|||||||
|
|
||||||
|
|
||||||
let menuButton = null;
|
let menuButton = null;
|
||||||
if (this.props.enableSorting){
|
if (this.props.enableMenu){
|
||||||
menuButton = <div ref="menuButton" className="customHeaderMenuButton" onClick={this.onMenuClick.bind(this)}><i className={"fa " + this.props.menuIcon}/></div>
|
menuButton = <div ref="menuButton" className="customHeaderMenuButton" onClick={this.onMenuClick.bind(this)}><i className={"fa " + this.props.menuIcon}/></div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user