1
0

fix: hide resubmit nag for draft projects (#3354)

Co-authored-by: Emma Alexia <emma@modrinth.com>
This commit is contained in:
moehreag
2025-03-26 01:17:35 +00:00
committed by GitHub
parent 4508fad588
commit b8e5a6944e

View File

@@ -338,6 +338,7 @@ const nags = computed(() => [
},
},
{
hide: props.project.stats === "draft",
condition: props.tags.rejectedStatuses.includes(props.project.status),
title: "Resubmit for review",
id: "resubmit-for-review",