pl-fe: emoji display fix
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
d74cc52098
commit
c609c3757b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ const Emoji: React.FC<IEmoji> = (props): JSX.Element | null => {
|
||||||
src={src}
|
src={src}
|
||||||
isGif
|
isGif
|
||||||
noGroup={noGroup}
|
noGroup={noGroup}
|
||||||
|
letterboxed
|
||||||
{...rest}
|
{...rest}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue