diff --git a/src/utils/index.js b/src/utils/index.js index afa69c9..f208be5 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -115,8 +115,9 @@ function getData(emoji, skin, set, data) { } if ( - (set && variationData[`has_img_${set}`] == undefined) || - variationData[`has_img_${set}`] || + (set && + (variationData[`has_img_${set}`] == undefined || + variationData[`has_img_${set}`])) || !set ) { emojiData.skin_tone = skin