Counselllor / Counsellor-Web

Documentation comments not found for functions and classes JS-D1001
Documentation
Minor
1 occurrence in this check
Documentation comment not found for function declaration setFixed
 87  };
 88
 89  const [fix, setFix] = useState(false);
 90  function setFixed() { 91    if (window.scrollY > 0) {
 92      setFix(true);
 93    } else {