Counselllor / Counsellor-Web

Avoid .bind() or local functions in JSX properties JS-0417
Performance
Major
2 occurrences in this check
JSX props should not use arrow functions
122              </li>
123            </ul>
124          </div>
125          <div className="hamburger" onClick={toggleMenu}>126            <div className={`bar ${menuOpen ? 'open' : ''}`}/>
127            <div className={`bar ${menuOpen ? 'open' : ''}`}/>
128            <div className={`bar ${menuOpen ? 'open' : ''}`}/>
JSX props should not use arrow functions
111                <a href="#"/>
112              </li>
113              <li>
114                <a href="#" onClick={handleSignOut}>115                  Log Out
116                </a>
117              </li>