Commit 11eb633b authored by Muhammadali's avatar Muhammadali

update-

parent fe8dfbb8
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.54", "version": "4.8.55",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -34,13 +34,13 @@ const ControlRenderBX = () => { ...@@ -34,13 +34,13 @@ const ControlRenderBX = () => {
console.log('window_alovoice_wsphone: ', window.alovoice_wsphone); console.log('window_alovoice_wsphone: ', window.alovoice_wsphone);
return ( return (
<div> <div>
{/*{wsphonedata?.number && (*/} {wsphonedata?.number && (
<Root <Root
setWsphonedata={setWsphonedata} setWsphonedata={setWsphonedata}
onSetDnd={window.alovoice_onsetdnd} onSetDnd={window.alovoice_onsetdnd}
wsphonedata={wsphonedata} wsphonedata={wsphonedata}
/> />
{/*)}*/} )}
</div> </div>
); );
}; };
......
This diff is collapsed.
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