Don't show your own subscribed on other users profiles. (#405)

- Fixes #402
This commit is contained in:
Dessalines 2021-09-06 11:03:18 -04:00 committed by GitHub
parent 4137d47648
commit 018c10c919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ export class Profile extends Component<any, ProfileState> {
{!this.state.loading && (
<div class="col-12 col-md-4">
{this.moderates()}
{UserService.Instance.myUserInfo && this.follows()}
{this.isCurrentUser && this.follows()}
</div>
)}
</div>