This commit is contained in:
Rainer Simon 2020-09-14 12:38:43 +02:00
parent 8013492f60
commit 5c26b7e800
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ const CommentWidget = props => {
const creator = body.creator?.id;
// The current user
const me = Environment.user;
const me = Environment.user?.id;
return me !== creator;
}