From c3dd4f61f2bcba98baef54c0d2a5556633932970 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Thu, 22 Jun 2023 13:18:28 +0100 Subject: [PATCH] [release] v0.8.1 --- client/src/pages/market/listing.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) {