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