diff --git a/src/sku/components/SkuRowItem.js b/src/sku/components/SkuRowItem.js
index dc4210770..e2d7f12b4 100644
--- a/src/sku/components/SkuRowItem.js
+++ b/src/sku/components/SkuRowItem.js
@@ -47,9 +47,8 @@ export default createComponent({
genImage(classPrefix) {
const { imgUrl } = this;
-
- if (imgUrl && this.largePicturePreview) {
- if (this.lazyLoad) {
+ if (imgUrl) {
+ if (this.largePicturePreview && this.lazyLoad) {
return (
);
@@ -83,7 +82,13 @@ export default createComponent({
/>
)}
{this.genImage(classPrefix)}
- {this.skuValue.name}
+