mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
mobile: cleanup
This commit is contained in:
committed by
Abdullah Atta
parent
65dea70ae5
commit
7bbe138d91
@@ -33,7 +33,6 @@ export const TrashIntervalSelector = () => {
|
||||
const [trashInterval, setTrashInterval] = useState(
|
||||
db.settings.getTrashCleanupInterval()
|
||||
);
|
||||
console.log(db.settings.getTrashCleanupInterval());
|
||||
const menuRef = useRef();
|
||||
const [width, setWidth] = useState(0);
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user