From 2a68662e17a55dc7516830a6ffaaf182700ff500 Mon Sep 17 00:00:00 2001 From: Thorsten Schau Date: Thu, 28 Sep 2023 11:13:24 +0200 Subject: [PATCH] cdi pickup fix --- shell/package.json | 2 +- .../dapps/o-marketlisting/pages/MarketlistingDetail.svelte | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/shell/package.json b/shell/package.json index 96fb728f0..36647687b 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@o-platform/shell", - "version": "1.0.5-1", + "version": "1.0.5-2", "author": "Daniel Janz, Thorsten Schau (Gnosis Service GmbH); Samuel Andert (Basic Income Lab GmbH)", "license": "AGPL-3.0-or-later", "description": "CirclesUBI Indonesia web app", diff --git a/shell/src/dapps/o-marketlisting/pages/MarketlistingDetail.svelte b/shell/src/dapps/o-marketlisting/pages/MarketlistingDetail.svelte index f30102dda..3cf0b7e5a 100644 --- a/shell/src/dapps/o-marketlisting/pages/MarketlistingDetail.svelte +++ b/shell/src/dapps/o-marketlisting/pages/MarketlistingDetail.svelte @@ -77,6 +77,7 @@ onMount(async () => { const currentDateIndex = new Date().getDay(); + // adding a nice comment so this will get picked back up by the deployment isMyShop = $me.circlesAddress === business.circlesAddress || $me.circlesAddress === shopOwner[0].circlesAddress; availableActions.push({ @@ -278,7 +279,7 @@ async function shareLink() { {/if} {#if shopOwner && shopOwner.length} -
+
@@ -286,7 +287,7 @@ async function shareLink() {
{#each shopOwner as shopOwnerProfile} -
+
{shopOwnerProfile.displayName}