Commit 441234ee authored by Muhammadali's avatar Muhammadali

update

parent 9741a607
{
"name": "boxdialer",
"version": "1.9.0",
"version": "1.9.1",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -78,7 +78,7 @@ const Root = ({ data, onSetDnd }) => {
phoneNumber={data?.number}
reason={dataSecond?.reason}
widjetVersion={packageJson?.version}
leftTime={data.lefttime}
leftTime={dataSecond.lefttime || data.lefttime}
position={data.position || 'bottomLeft'}
onClick={() => {
phoneModal ? setPhoneModal(false) : setPhoneModal(true);
......
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