Counselllor / Counsellor-Web

Useless template literal found JS-R1004
Anti-pattern
Minor
3 days ago6 days old
Template string can be replaced with regular string literal
 34
 35  return (
 36    <>
 37      <nav className={`navbar fixed`}> 38        <div className="logo">
 39          <img src={Logo} alt="Logo" />
 40        </div>
Template string can be replaced with regular string literal
133
134  return (
135    <>        
136      <nav className={`navbar fixed`}>137        <div className="logo">
138          <img src={Logo} alt="Logo" />
139        </div>