diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 50d626f..76105a6 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -69,6 +69,8 @@ const styles = (theme) => ({ class Navbar extends Component { constructor(props) { super(props); + this.langRef = React.createRef(); + this.mcuRef = React.createRef(); this.state = { open: false, isTourOpen: false, @@ -145,7 +147,10 @@ class Navbar extends Component { (