Commit cd6019a0 authored by Muhammadali's avatar Muhammadali

update-

parent 30ac2ebc
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.1.6", "version": "4.1.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -279,6 +279,7 @@ const ModalPhoneNumpad = ({ ...@@ -279,6 +279,7 @@ const ModalPhoneNumpad = ({
onMouseUp={() => boxDialer.stop()} onMouseUp={() => boxDialer.stop()}
onMouseOut={() => boxDialer.stop()} onMouseOut={() => boxDialer.stop()}
className='nocopy' className='nocopy'
id={mapItem.id}
key={mapItem.id} key={mapItem.id}
onClick={() => { onClick={() => {
mapItem.type === 'number' && mapItem.type === 'number' &&
......
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