Skip to content

Commit 6e6ce0a

Browse files
committed
fix: add missing column for variant attributes
1 parent 682da6e commit 6e6ce0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/html.js

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ ${v.images?.map((img) => `\
163163
<div>sku</div>
164164
<div>${v.sku}</div>
165165
<div></div>
166+
<div></div>
166167
</div>
167168
${v.attributes?.map((attribute) => `\
168169
<div>

0 commit comments

Comments
 (0)