From 852b8880d84bee14d7f5e50eb5b1d11c2d2ec4d6 Mon Sep 17 00:00:00 2001 From: Carl Date: Mon, 12 Jun 2023 09:09:45 +0800 Subject: [PATCH] fix: bc user quote does not distinguish between channels --- apps/storefront/src/components/layout/B3Logo.tsx | 2 +- apps/storefront/src/pages/quote/QuotesList.tsx | 3 ++- apps/storefront/src/shared/service/b2b/graphql/quote.ts | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/storefront/src/components/layout/B3Logo.tsx b/apps/storefront/src/components/layout/B3Logo.tsx index 70656f65..f6c1c645 100644 --- a/apps/storefront/src/components/layout/B3Logo.tsx +++ b/apps/storefront/src/components/layout/B3Logo.tsx @@ -33,7 +33,7 @@ export default function B3Logo() { `{ ? `dateCreatedEndAt: "${data.dateCreatedEndAt}"` : '' } + ${type === 'bc' ? `channelId: ${data?.currentChannelId || 1}` : ''} ) { totalCount, edges {