Commit b1d4adaf authored by Muhammadali's avatar Muhammadali

update-

parent 63b690ae
{
"name": "boxdialer",
"version": "3.0.6",
"version": "3.0.7",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -185,7 +185,7 @@ const ModalPhoneNumpad = ({
// -------------------
var currentTime = new Date();
if (dynamicValue === 'connected') {
console.log(call_history.slice(-1)[0], inputValue);
console.log(call_history.slice(-1), inputValue);
if (
Boolean(inputValue.toString().length) &&
call_history.slice(-1)[0].value != inputValue
......
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