jgodson / shopify-script-creator

React app to create Shopify Scripts
https://jgodson.github.io/shopify-script-creator/
GNU General Public License v3.0
163 stars 40 forks source link

fix variant sku selector when no skus #91

Closed jgodson closed 10 months ago

jgodson commented 10 months ago

Closes https://github.com/jgodson/shopify-script-creator/issues/90

If the list was empty, map will not execute the block. This means that there was actually an array value of nil somewhere in there. This change will filter those out before running downcase and should stop that error from happening.