diff --git a/src/shared/components/person/profile.tsx b/src/shared/components/person/profile.tsx index 815f2fd3..591b5036 100644 --- a/src/shared/components/person/profile.tsx +++ b/src/shared/components/person/profile.tsx @@ -251,7 +251,7 @@ export class Profile extends Component { {!this.state.loading && (
{this.moderates()} - {UserService.Instance.myUserInfo && this.follows()} + {this.isCurrentUser && this.follows()}
)}