Commit d804c0a1 authored by Muhammadali's avatar Muhammadali

update-

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