fix: moderation checklist showing for unlisted status (#5875)
* fix: moderation checklist showing for unlisted status * refactor: remove unused function
This commit is contained in:
@@ -443,8 +443,8 @@
|
||||
<ModerationProjectNags
|
||||
v-if="
|
||||
projectV3 &&
|
||||
((currentMember && project.status === 'draft') ||
|
||||
tags.rejectedStatuses.includes(project.status))
|
||||
currentMember &&
|
||||
(project.status === 'draft' || tags.rejectedStatuses.includes(project.status))
|
||||
"
|
||||
:project="project"
|
||||
:project-v3="projectV3"
|
||||
|
||||
Reference in New Issue
Block a user