Remove unwanted icon
This commit is contained in:
parent
7e81649841
commit
ef0eff98f8
@ -139,7 +139,7 @@ const NotesDirectory = ({
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
className="switch-input"
|
className="switch-input"
|
||||||
onChange={handleSwitch}
|
onChange={handleSwitch}
|
||||||
checked={!IsActive} // ✅ invert binding
|
checked={!IsActive} // invert binding
|
||||||
style={{ transform: "scale(0.8)" }}
|
style={{ transform: "scale(0.8)" }}
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
|
Loading…
x
Reference in New Issue
Block a user