Emoji fallback shouldn't apply styling #157

release
Andrew Beaven 2018-01-10 11:24:51 +13:00
parent cab9f143f4
commit 818b4a1600
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ const Emoji = props => {
if (!setHasEmoji) {
if (props.fallback) {
style = { fontSize: props.size }
children = props.fallback(data)
} else {
return null