Remove unwanted icon

This commit is contained in:
Kartik Sharma 2025-09-08 14:55:33 +05:30
parent 7e81649841
commit ef0eff98f8

View File

@ -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