Commit 0b9296ec authored by Muhammadali's avatar Muhammadali

update

parent 0f772cd9
...@@ -9,6 +9,7 @@ const ControlRenderBX = () => { ...@@ -9,6 +9,7 @@ const ControlRenderBX = () => {
useEffect(() => { useEffect(() => {
intervalFetchToBx = setInterval(intervalFunc, 1000); intervalFetchToBx = setInterval(intervalFunc, 1000);
console.log('intervalFetchToBx');
}, []); }, []);
const intervalFunc = () => { const intervalFunc = () => {
......
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