We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4da55 commit 1d70110Copy full SHA for 1d70110
src/hooks/common/useChannelTalk.ts
@@ -11,7 +11,7 @@ export const useChannelTalk = () => {
11
ChannelService.loadScript();
12
13
ChannelService.boot({
14
- pluginKey: import.meta.env.VITE_CHANNEL_TALK_KEY || "",
+ pluginKey: import.meta.env.VITE_CHANNEL_TALK || "",
15
hideChannelButtonOnBoot: true,
16
});
17
}, []);
0 commit comments