Skip to content

Commit 40c154d

Browse files
committed
Fix Sonarcloud warning
Identical expressions should not be used on both sides of a binary operator
1 parent 065101e commit 40c154d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Header/Header.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Header = ({title}) => {
1010
return (
1111
<>
1212
<Head>
13-
<title>Nextjs Ecommerce with Woocommerce {title && title}</title>
13+
<title>Nextjs Ecommerce with WooCommerce {title}</title>
1414
<meta name="description" content="WooCommerce webshop" />
1515
<meta name="keywords" content="Ecommerce, WooCommerce" />
1616
<meta

0 commit comments

Comments
 (0)