Commit ddd88b77 authored by Muhammadali's avatar Muhammadali

update-

parent b1d4adaf
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.0.7", "version": "3.0.8",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -188,7 +188,7 @@ const ModalPhoneNumpad = ({ ...@@ -188,7 +188,7 @@ const ModalPhoneNumpad = ({
console.log(call_history.slice(-1), inputValue); console.log(call_history.slice(-1), inputValue);
if ( if (
Boolean(inputValue.toString().length) && Boolean(inputValue.toString().length) &&
call_history.slice(-1)[0].value != inputValue call_history.slice(-1)[0]?.value != inputValue
) { ) {
let newCallsStringify = JSON.stringify([ let newCallsStringify = JSON.stringify([
...call_history, ...call_history,
......
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