diff --git a/src/components/DesignCanvas.tsx b/src/components/DesignCanvas.tsx index 1676bb8..90552db 100644 --- a/src/components/DesignCanvas.tsx +++ b/src/components/DesignCanvas.tsx @@ -1435,31 +1435,6 @@ export default function DesignCanvas({ product }: { product: ProductDTO }) { )}
- {submissionMessage && ( -

- {submissionMessage} -

- )} - {approvalStatus === 'PENDING' && !submissionMessage && ( -

- ⏳ Your design is pending admin approval. You'll receive an email when it's ready to add to your bag. -

- )} - {approvalStatus === 'APPROVED' && ( -

- ✓ Your design has been approved! You can now add it to your bag. -

- )} - {approvalStatus === 'REJECTED' && ( -

- Your design needs changes. Check your messages for feedback. -

- )} -