Skip to content

Commit

Permalink
Use this.user.account.id instead of recall authService.getUser()
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsible committed Aug 12, 2020
1 parent a101280 commit d3464a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class VideoCommentComponent implements OnInit, OnChanges {
this.comment.account &&
this.isUserLoggedIn() &&
this.comment.isDeleted === false &&
this.authService.getUser().account.id !== this.comment.account.id
this.user.account.id !== this.comment.account.id
)
}

Expand Down

0 comments on commit d3464a2

Please sign in to comment.