diff --git a/src/components/DesignCanvas.tsx b/src/components/DesignCanvas.tsx index 55256ed..a32c221 100644 --- a/src/components/DesignCanvas.tsx +++ b/src/components/DesignCanvas.tsx @@ -1162,9 +1162,12 @@ export default function DesignCanvas({ product, isAdminEditing = false }: { prod {approvalStatus === 'PENDING' && ( -
- ⏳ Your design is pending admin approval. You'll receive an email when it's ready to add to your bag. -
+ <> + {console.log('📍 Rendering PENDING message, approvalStatus =', approvalStatus)} ++ ⏳ Your design is pending admin approval. You'll receive an email when it's ready to add to your bag. +
+ > )} {approvalStatus === 'APPROVED' && (