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:
Emi Matchu 2024-01-30 05:06:26 -08:00
parent bc77c261fb
commit 4025dcd968

View file

@ -837,7 +837,7 @@ function getIcon(pose) {
} else if (pose === "UNCONVERTED") {
return twemojiSunglasses;
} else {
return twemojiPaintbrush;
return twemojiSmile;
}
}