diff --git a/client/src/pages/market/listing.jsx b/client/src/pages/market/listing.jsx index 19f25e7..13aedee 100644 --- a/client/src/pages/market/listing.jsx +++ b/client/src/pages/market/listing.jsx @@ -216,7 +216,7 @@ const MarketPage = () => { size={100} /> } - {showcase && showcase.length && } + {showcase && showcase.length > 0 && } { /> } +

Applications

{apps && Object.keys(apps).length > 0 && {apps[Object.keys(apps)[0]].map((app) => { return