Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1212,7 +1212,7 @@ const _getSizeAttrByMaxSortId = (maxSortId, sizeList) => { | @@ -1212,7 +1212,7 @@ const _getSizeAttrByMaxSortId = (maxSortId, sizeList) => { | ||
1212 | 1212 | ||
1213 | let attributeNames = {}; | 1213 | let attributeNames = {}; |
1214 | 1214 | ||
1215 | - if(_.isEmpty(sizeList)){ | 1215 | + if (_.isEmpty(sizeList)) { |
1216 | return sizeInfos; | 1216 | return sizeInfos; |
1217 | } | 1217 | } |
1218 | 1218 |
-
Please register or login to post a comment