Commit f6826132 authored by Muhammadali's avatar Muhammadali

update

parent 9c820833
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.0.1", "version": "2.0.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -11,7 +11,7 @@ const ControlRenderBX = ({ rootComponent }) => { ...@@ -11,7 +11,7 @@ const ControlRenderBX = ({ rootComponent }) => {
const intervalFunc = () => { const intervalFunc = () => {
console.log('interval', window.alovoice_wsphone); console.log('interval', window.alovoice_wsphone);
setData(window.alovoice_wsphone);
if (Boolean(data.number)) { if (Boolean(data.number)) {
clearInterval(intervalFetchToBx); clearInterval(intervalFetchToBx);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment