diff --git a/apps/web/components/wizard/steps/review-step.tsx b/apps/web/components/wizard/steps/review-step.tsx index 9c4a777..1bd1cf6 100644 --- a/apps/web/components/wizard/steps/review-step.tsx +++ b/apps/web/components/wizard/steps/review-step.tsx @@ -295,7 +295,8 @@ export function ReviewStep({ totalScreenshots < 2 && submitPhase !== "uploading" && submitPhase !== "saving" - const showExistingRemove = totalScreenshots >= 2 + const showExistingRemove = totalScreenshots >= 1 + // Allow removing any existing screenshot, not only when at capacity return (