Bugfix
This commit is contained in:
parent
8013492f60
commit
5c26b7e800
|
@ -66,7 +66,7 @@ const CommentWidget = props => {
|
||||||
const creator = body.creator?.id;
|
const creator = body.creator?.id;
|
||||||
|
|
||||||
// The current user
|
// The current user
|
||||||
const me = Environment.user;
|
const me = Environment.user?.id;
|
||||||
|
|
||||||
return me !== creator;
|
return me !== creator;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue