Counselllor / Counsellor-Web

Validation of JSX maximum depth JS-0415
Anti-pattern
Minor
1 occurrence in this check
JSX tree is too deeply nested. Found 6 levels of nesting
 89
 90  return (
 91  
 92    <nav className={`navbar ${fix ? 'fixed' : ''}`}> 93          <div className="logo">
 94            <img src={Logo} alt="Logo" />
 95          </div>