Emoji fallback shouldn't apply styling #157
parent
cab9f143f4
commit
818b4a1600
|
@ -123,7 +123,6 @@ const Emoji = props => {
|
||||||
|
|
||||||
if (!setHasEmoji) {
|
if (!setHasEmoji) {
|
||||||
if (props.fallback) {
|
if (props.fallback) {
|
||||||
style = { fontSize: props.size }
|
|
||||||
children = props.fallback(data)
|
children = props.fallback(data)
|
||||||
} else {
|
} else {
|
||||||
return null
|
return null
|
||||||
|
|
Loading…
Reference in New Issue