Fix: #208 リスト通知で投稿者のアイコンが二重に表示される問題 (#235)

This commit is contained in:
KMY(雪あすか) 2023-11-04 22:21:29 +09:00 committed by GitHub
parent 7d4d2afdae
commit 9416eeae98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,7 +344,6 @@ class Notification extends ImmutablePureComponent {
<StatusContainer
id={notification.get('status')}
account={notification.get('account')}
contextType='notifications'
muted
withDismiss
@ -380,7 +379,6 @@ class Notification extends ImmutablePureComponent {
<StatusContainer
id={notification.get('status')}
account={notification.get('account')}
contextType='notifications'
muted
withDismiss