Commit 2fd839c4 authored by Muhammadali's avatar Muhammadali

update

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