From 91747ddf27c35bdefb930b17fbcc2056f6a14d50 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Mon, 28 Dec 2020 15:00:18 +1100 Subject: [PATCH] Fix part image upload issue --- web/src/components/PartProfile/PartProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (