♻️ (use-delete-folder.tsx): remove unused refreshFolders variable to clean up code

This commit is contained in:
cristhianzl 2024-06-14 09:45:53 -03:00
commit 57a7b2baab

View file

@ -7,7 +7,6 @@ const useDeleteFolder = ({ navigate }) => {
const setErrorData = useAlertStore((state) => state.setErrorData);
const folderToEdit = useFolderStore((state) => state.folderToEdit);
const myCollectionId = useFolderStore((state) => state.myCollectionId);
const refreshFolders = useFolderStore((state) => state.refreshFolders);
const getFoldersApi = useFolderStore((state) => state.getFoldersApi);
const handleDeleteFolder = () => {