pl-fe: emoji display fix
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -30,6 +30,7 @@ const Emoji: React.FC<IEmoji> = (props): JSX.Element | null => {
|
||||
src={src}
|
||||
isGif
|
||||
noGroup={noGroup}
|
||||
letterboxed
|
||||
{...rest}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user