mobile: cleanup

This commit is contained in:
ammarahm-ed
2023-02-24 11:46:37 +05:00
committed by Abdullah Atta
parent 65dea70ae5
commit 7bbe138d91

View File

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