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
|
<ModerationProjectNags
|
||||||
v-if="
|
v-if="
|
||||||
projectV3 &&
|
projectV3 &&
|
||||||
((currentMember && project.status === 'draft') ||
|
currentMember &&
|
||||||
tags.rejectedStatuses.includes(project.status))
|
(project.status === 'draft' || tags.rejectedStatuses.includes(project.status))
|
||||||
"
|
"
|
||||||
:project="project"
|
:project="project"
|
||||||
:project-v3="projectV3"
|
:project-v3="projectV3"
|
||||||
|
|||||||
Reference in New Issue
Block a user