Pinned Message: Fix emoji render on inline button (#4341)
This commit is contained in:
parent
207e73a18e
commit
58edfa2a2c
@ -198,7 +198,7 @@ const HeaderPinnedMessage: FC<OwnProps> = ({
|
||||
onMouseEnter={!IS_TOUCH_ENV ? markNoHoverColor : undefined}
|
||||
onMouseLeave={!IS_TOUCH_ENV ? unmarkNoHoverColor : undefined}
|
||||
>
|
||||
{inlineButton.text}
|
||||
{renderText(inlineButton.text)}
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user