Merge pull request #324 from pederjohnsen/fix_typo

Fix typo
nolan/issue-325
Nolan Lawson 2019-03-23 09:58:51 -07:00 committed by GitHub
commit d6598deb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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