Counselllor / Counsellor-Web

Prefer using self closing instead of closing tag for components having no children JS-0468
Style
Minor
1 occurrence in this check
Empty components are self-closing
 9    <>
10    {/* <Navbar /> */}
11      <div className="ErrorPage">
12        <img className="error_emg" src={imgx} alt="404 pic"></img>13        <h1>Oops! Something went wrong</h1>
14        <p>
15          <i>{error?.statusText || error?.message}</i>