0
0
Fork 0

Fix #6128 - Display unfollow button even if account moved (#6258)

This commit is contained in:
Eugen Rochko 2018-01-15 18:42:15 +01:00 committed by GitHub
parent 74c1c9ec01
commit 3987bd18a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ export default class Header extends ImmutablePureComponent {
}
}
if (account.get('moved')) {
if (account.get('moved') && !account.getIn(['relationship', 'following'])) {
actionBtn = '';
}