feat: allow users to delete entities they have created

This commit is contained in:
Henry
2026-01-29 20:50:38 +00:00
parent 62725ffa38
commit e3640542b3
11 changed files with 175 additions and 41 deletions

View File

@@ -91,7 +91,7 @@ const Comment = ({
},
]
: []),
...((isAuthor || isAdmin) && canDeleteComment
...((isAuthor || canDeleteComment)
? [
{
label: t`Delete comment`,