put the logic where it belongs to
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -28,7 +28,7 @@ const Emoji: React.FC<IEmoji> = (props): JSX.Element | null => {
|
||||
<StillImage
|
||||
alt={alt || emoji}
|
||||
src={src}
|
||||
isGif
|
||||
isGif={!src.endsWith('.png')}
|
||||
noGroup={noGroup}
|
||||
letterboxed
|
||||
{...rest}
|
||||
|
||||
Reference in New Issue
Block a user