Commit 2fd839c4 authored by Muhammadali's avatar Muhammadali

update

parent 441234ee
{
"name": "boxdialer",
"version": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -15,6 +15,7 @@ const TimerUi = ({ reason, time }) => {
return () => clearInterval(intervalId);
}
}, [reason]);
console.log('inset_timer', { reason, time });
useEffect(() => {
setDndTimer(time);
}, [reason]);
......
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