diff --git a/packages/moderation/data/stages/gallery.ts b/packages/moderation/data/stages/gallery.ts index 6732ad0f3..35eae3320 100644 --- a/packages/moderation/data/stages/gallery.ts +++ b/packages/moderation/data/stages/gallery.ts @@ -25,6 +25,7 @@ const gallery: Stage = { weight: 901, suggestedStatus: 'flagged', severity: 'low', + shouldShow: (project) => project.gallery && project.gallery.length > 0, message: async () => (await import('../messages/gallery/not-relevant.md?raw')).default, } as ButtonAction, ],