diff --git a/src/app/WardrobePage/support/AllItemLayersSupportModal.js b/src/app/WardrobePage/support/AllItemLayersSupportModal.js index 601cded..ea7b828 100644 --- a/src/app/WardrobePage/support/AllItemLayersSupportModal.js +++ b/src/app/WardrobePage/support/AllItemLayersSupportModal.js @@ -261,13 +261,24 @@ function AllItemLayersSupportModalContent({ item, bulkAddProposal }) { }); return ( - - {itemAppearances.map((itemAppearance) => ( - - - - ))} - + + {bulkAddProposalData && ( + + Previewing bulk-add changes + + + + )} + + {itemAppearances.map((itemAppearance) => ( + + + + ))} + + ); }