Counselllor / Counsellor-Web

Documentation comments not found for functions and classes JS-D1001
Documentation
Minor
2 occurrences in this check
Documentation comment not found for arrow function toggleMenu
 71
 72  
 73  
 74  const toggleMenu = () => { 75    setMenuOpen(!menuOpen);
 76  };
 77  
Documentation comment not found for arrow function handleSignOut
 42    });
 43  }, []);
 44
 45  const handleSignOut = () => { 46    signOut(auth)
 47      .then(() => {
 48        navigate("/");