Commit 02491719 authored by Ben Hayward's avatar Ben Hayward

Update comment.component.ts

1 merge request!713Reintroduced maturity selector for activity comments. #2392
Pipeline #107661466 passed with stages
in 44 minutes and 11 seconds
......@@ -113,7 +113,7 @@ export class CommentComponentV2
return (this.comment.time_created - secondsElapsed * 0.01) * 1000;
})
);
console.log(this.comment);
if (this.minds.user.guid === this.comment.ownerObj.guid) {
this.showMature = true;
}
......
Please register or to comment