Browse Source

Remove spread syntax

Mudana-Grune 3 years ago
parent
commit
10ba2dddf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Navbar/GrowiNavbar.tsx

+ 1 - 1
packages/app/src/components/Navbar/GrowiNavbar.tsx

@@ -132,7 +132,7 @@ const GrowiNavbar = (props) => {
       {/* Brand Logo  */}
       <div className="navbar-brand mr-0">
         <a className="grw-logo d-block" href="/">
-          <GrowiNavbarLogo logoSrc={...customizedLogoSrc} />
+          <GrowiNavbarLogo logoSrc={customizedLogoSrc} />
         </a>
       </div>