removed serachBarRef
This commit is contained in:
@ -26,7 +26,6 @@ export class Header extends React.Component<
|
|||||||
displayMenu: false
|
displayMenu: false
|
||||||
};
|
};
|
||||||
this.menuButtonRef = React.createRef();
|
this.menuButtonRef = React.createRef();
|
||||||
this.searchBarRef = React.createRef();
|
|
||||||
this.handleClickOutside = this.handleClickOutside.bind(this);
|
this.handleClickOutside = this.handleClickOutside.bind(this);
|
||||||
this.toggleDisplayMenu = this.toggleDisplayMenu.bind(this);
|
this.toggleDisplayMenu = this.toggleDisplayMenu.bind(this);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user