Skip to content

Commit

Permalink
fix: update fc script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv committed Nov 22, 2024
1 parent 35338bf commit 08e67a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/hooks/useFreshChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useEffect, useState } from 'react';
import { useScript } from 'usehooks-ts';

const useFreshChat = (token, flag) => {
const freshchat_script = 'https://static.deriv.com/scripts/freshchat/freshchat-1.0.1.js';
const freshchat_script = 'https://static.deriv.com/scripts/freshchat/v1.0.2.js';
const script_status = useScript(flag ? freshchat_script : null);
const [is_ready, setIsReady] = useState(false);

Expand Down

0 comments on commit 08e67a7

Please sign in to comment.