From 320b0fbbb4b81c6ab63459445304eca9644ce68b Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Tue, 13 Jun 2023 23:41:29 +0100 Subject: [PATCH] Update to 0.7.0-unstable7 --- client/src/pages/market/listing.jsx | 3 ++- package.json | 2 +- src/market/init.go | 10 +++++++++- src/utils/utils.go | 14 -------------- 4 files changed, 12 insertions(+), 17 deletions(-) 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