mirror of https://github.com/tootsuite/mastodon
Fix reply icon display in picture-in-picture footer (#28519)
parent
fb5eb1f655
commit
1cba91d6d1
|
@ -179,7 +179,7 @@ class Footer extends ImmutablePureComponent {
|
|||
|
||||
if (status.get('in_reply_to_id', null) === null) {
|
||||
replyIcon = 'reply';
|
||||
replyIconComponent = RepeatIcon;
|
||||
replyIconComponent = ReplyIcon;
|
||||
replyTitle = intl.formatMessage(messages.reply);
|
||||
} else {
|
||||
replyIcon = 'reply-all';
|
||||
|
|
Loading…
Reference in New Issue