Fix reply icon display in picture-in-picture footer (#28519)

This commit is contained in:
Santiago Kozak 2023-12-29 06:48:27 -03:00 committed by GitHub
parent fb5eb1f655
commit 1cba91d6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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';