Action Message: Fix exceptions when embedded (#2149)
This commit is contained in:
parent
68aaf26b22
commit
f152ee691f
@ -156,7 +156,7 @@ const ActionMessage: FC<OwnProps & StateProps> = ({
|
||||
};
|
||||
|
||||
if (isEmbedded) {
|
||||
return <span className="embedded-action-message">{content}</span>;
|
||||
return <span ref={ref} className="embedded-action-message">{content}</span>;
|
||||
}
|
||||
|
||||
function renderGift() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user