mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 15:05:51 +00:00
parent
4137d47648
commit
e106c316c1
|
@ -251,7 +251,7 @@ export class Profile extends Component<any, ProfileState> {
|
||||||
{!this.state.loading && (
|
{!this.state.loading && (
|
||||||
<div class="col-12 col-md-4">
|
<div class="col-12 col-md-4">
|
||||||
{this.moderates()}
|
{this.moderates()}
|
||||||
{UserService.Instance.myUserInfo && this.follows()}
|
{this.isCurrentUser && this.follows()}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue