Commit 1f37bb5a authored by Muhammadali's avatar Muhammadali

update

parent e1d7067a
......@@ -9,13 +9,11 @@ import BxMiniWidjetUi from '../components/BxMiniWidjetUi';
const Root = ({ data, onSetDnd }) => {
let localValue = localStorage.getItem('activeValue') || false;
// useEffect(() => {
// if (localValue && localValue > 0)
// localStorage.setItem('activeValue', +localValue + 1);
// else localStorage.setItem('activeValue', 1);
// }, []);
if (!data) {
data = {
iscloud: true,
......@@ -35,6 +33,7 @@ const Root = ({ data, onSetDnd }) => {
data = window.alovoice_wsphone;
onSetDnd = window.alovoice_onsetdnd;
}
console.log(data, 'data');
const [phoneModal, setPhoneModal] = useState(false);
const [dynamicValue, setDynamicValue] = useState('pending');
......
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