removed serachBarRef

pull/43458/head
Noor Fakhry 2021-09-14 21:45:43 +02:00
parent 67710b3d18
commit 6a5c2f4cb3
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ export class Header extends React.Component<
displayMenu: false
};
this.menuButtonRef = React.createRef();
this.searchBarRef = React.createRef();
this.handleClickOutside = this.handleClickOutside.bind(this);
this.toggleDisplayMenu = this.toggleDisplayMenu.bind(this);
}