Oops, fix crash on unknown pose case
Right, I was playing with the paintbrush but didn't end up using it! Let's uhh go with the smile as the default, I guess?
This commit is contained in:
parent
bc77c261fb
commit
4025dcd968
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ function getIcon(pose) {
|
||||||
} else if (pose === "UNCONVERTED") {
|
} else if (pose === "UNCONVERTED") {
|
||||||
return twemojiSunglasses;
|
return twemojiSunglasses;
|
||||||
} else {
|
} else {
|
||||||
return twemojiPaintbrush;
|
return twemojiSmile;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue