diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js
index 7dded434c2d376..5eed9b629fa6f0 100644
--- a/app/javascript/mastodon/components/status.js
+++ b/app/javascript/mastodon/components/status.js
@@ -277,9 +277,7 @@ class Status extends ImmutablePureComponent {
);
}
- if (otherAccounts) {
- statusAvatar = ;
- } else if (account === undefined || account === null) {
+ if (account == null) {
if (status.get('visibility') === 'public') {
statusAvatar = ;
} else {