diff --git a/client/src/pages/market/listing.jsx b/client/src/pages/market/listing.jsx index 3072165..603c963 100644 --- a/client/src/pages/market/listing.jsx +++ b/client/src/pages/market/listing.jsx @@ -15,10 +15,10 @@ function Screenshots({ screenshots }) { return screenshots.length > 1 ? ( { - screenshots.map((item, i) => ) + screenshots.map((item, i) => ) } ) - : + : } function Showcases({ showcase, isDark }) {