Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: remove partytown type from livechat (#6096)
Browse files Browse the repository at this point in the history
Co-authored-by: “konstantinosG-deriv” <“[email protected]”>
  • Loading branch information
konstantinosG-deriv and “konstantinosG-deriv” authored Dec 1, 2023
1 parent 3b93ba2 commit 23046d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/hooks/use-livechat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const useLivechat = (): [boolean, TLC_API] => {

const loadLiveChatScript = (callback) => {
const livechat_script = document.createElement('script')
livechat_script.type = 'text/partytown'
livechat_script.innerHTML = `
window.__lc = window.__lc || {};
window.__lc.license = ${licence_key};
Expand Down

1 comment on commit 23046d0

@vercel
Copy link

@vercel vercel bot commented on 23046d0 Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.