Skip to content

Commit f53eee0

Browse files
author
Ilan Parmentier
authored
Typo error
change comma
1 parent c447cfb commit f53eee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ define([
511511

512512
// Add more button
513513
if (moreLimit === countAttributes++) {
514-
html += '<a href="#" class="' + moreClass + '">'<span> + moreText + '</span></a>';
514+
html += '<a href="#" class="' + moreClass + '"><span>' + moreText + '</span></a>';
515515
}
516516

517517
id = this.id;

0 commit comments

Comments
 (0)