removed serachBarRef

This commit is contained in:
Noor Fakhry
2021-09-14 21:45:43 +02:00
parent 67710b3d18
commit 6a5c2f4cb3

View File

@ -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);
} }