Skip to content

Commit

Permalink
[Glitch] Fix reply icon display in picture-in-picture footer
Browse files Browse the repository at this point in the history
Port 1cba91d to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
arbolitoloco1 authored and ClearlyClaire committed Jan 13, 2024
1 parent e9ad621 commit 590f756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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';
Expand Down

0 comments on commit 590f756

Please sign in to comment.