Skip to content

Commit

Permalink
chore: always show crips chat bubble (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCharrier authored Nov 20, 2024
1 parent 8c48704 commit 1037ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/live-chat/LiveChatProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const LiveChatProvider = ({ children }: PropsWithChildren) => {
sessionMerge: true,
locale: "fr",
});
Crisp.chat.show();

// if (sessionIdToResume) {
// showLiveChat();
Expand Down

0 comments on commit 1037ea5

Please sign in to comment.