Commit ba4feef8 authored by Muhammadali's avatar Muhammadali

update verison: 1.0.4

parent be59d024
...@@ -10,8 +10,6 @@ import BxMiniWidjetUi from '../components/BxMiniWidjetUi'; ...@@ -10,8 +10,6 @@ import BxMiniWidjetUi from '../components/BxMiniWidjetUi';
const Root = ({ data, onSetDnd }) => { const Root = ({ data, onSetDnd }) => {
let localValue = localStorage.getItem('activeValue') || false; let localValue = localStorage.getItem('activeValue') || false;
console.log(localValue, 'localValue');
// useEffect(() => { // useEffect(() => {
// if (localValue && localValue > 0) // if (localValue && localValue > 0)
// localStorage.setItem('activeValue', +localValue + 1); // localStorage.setItem('activeValue', +localValue + 1);
......
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