From 1037ea5ffdaa72edc774a2f22df3b5a27e8b7298 Mon Sep 17 00:00:00 2001 From: Charrier Date: Wed, 20 Nov 2024 11:41:00 +0100 Subject: [PATCH] chore: always show crips chat bubble (#652) --- src/components/live-chat/LiveChatProvider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/live-chat/LiveChatProvider.tsx b/src/components/live-chat/LiveChatProvider.tsx index 325895b7..38b5dd06 100644 --- a/src/components/live-chat/LiveChatProvider.tsx +++ b/src/components/live-chat/LiveChatProvider.tsx @@ -141,6 +141,7 @@ export const LiveChatProvider = ({ children }: PropsWithChildren) => { sessionMerge: true, locale: "fr", }); + Crisp.chat.show(); // if (sessionIdToResume) { // showLiveChat();