Commit a602d479 authored by Muhammadali's avatar Muhammadali

update-2.2.3

parent 26571927
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.2.0", "version": "2.2.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -37,7 +37,7 @@ const ControlRenderBX = () => { ...@@ -37,7 +37,7 @@ const ControlRenderBX = () => {
// } // }
return ( return (
<div> <div>
{data?.number && ( {wsphonedata?.number && (
<Root <Root
setWsphonedata={testFunc} setWsphonedata={testFunc}
onSetDnd={window.alovoice_onsetdnd} onSetDnd={window.alovoice_onsetdnd}
......
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