Add back default avatar size

Renaud Chaput 2024-06-15 00:11:21 +02:00
parent f8198709c9
commit 3c23737a2d
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ class Status extends ImmutablePureComponent {
};
render () {
const { intl, hidden, featured, unread, showThread, scrollKey, pictureInPicture, previousId, nextInReplyToId, rootId, skipPrepend, avatarSize } = this.props;
const { intl, hidden, featured, unread, showThread, scrollKey, pictureInPicture, previousId, nextInReplyToId, rootId, skipPrepend, avatarSize = 46 } = this.props;
let { status, account, ...other } = this.props;