diff --git a/web/src/components/PartProfile/PartProfile.js b/web/src/components/PartProfile/PartProfile.js index 155e45d..8bc1187 100644 --- a/web/src/components/PartProfile/PartProfile.js +++ b/web/src/components/PartProfile/PartProfile.js @@ -155,7 +155,7 @@ const PartProfile = ({ partTitle={input?.title} isInvalid={isInvalid} /> - {!!input?.mainImage && !isEditable && part?.id && ( + {!isEditable && part?.id && (