diff --git a/frontend/src/components/listing/ListingImages.tsx b/frontend/src/components/listing/ListingImages.tsx index 0858c682..558eb7e0 100644 --- a/frontend/src/components/listing/ListingImages.tsx +++ b/frontend/src/components/listing/ListingImages.tsx @@ -48,7 +48,7 @@ const ListingImages = (props: Props) => { return images.length > 0 || edit ? (
- {images.length > 0 && ( + {images.length > 0 ? ( <>
)} + ) : ( +

+ Images +

)} {edit && ( { return stls.length > 0 || edit ? (
- {stls.length > 0 && ( + {stls.length > 0 ? ( <>
)} + ) : ( +

+ STLs +

)} {edit && (