Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 1547e9e

Browse files
authored
fix bug with product title component (#1119)
1 parent e75ca2b commit 1547e9e

File tree

1 file changed

+1
-1
lines changed
  • assets/js/atomic/components/product/title

1 file changed

+1
-1
lines changed

assets/js/atomic/components/product/title/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ProductTitle = ( { className, product, headingLevel, productLink } ) => {
2424
{ productName }
2525
</a>
2626
) : (
27-
{ productName }
27+
productName
2828
) }
2929
</TagName>
3030
);

0 commit comments

Comments
 (0)