Commit d804c0a1 authored by Muhammadali's avatar Muhammadali

update-

parent 9403f152
{
"name": "boxdialer",
"version": "3.8.4",
"version": "3.8.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -23,7 +23,6 @@ const Block = styled.div`
padding: 5px 15px 5px 10px;
position: fixed;
bottom: 1px;
right: 52px;
height: 62px;
width: 250px;
/* background-color: #fff; */
......@@ -49,6 +48,7 @@ const Block = styled.div`
.call_text {
padding: 0;
margin: 0;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.button {
max-width: 100px;
......
......@@ -113,6 +113,8 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
}
};
console.log('modalState: ', modalState);
if (!wsphonedata || !wsphonedata?.number || !wsphonedata?.position) return;
return (
<>
......
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