🔧 Refactored the volumeGroup to use volume info from mongo

This commit is contained in:
2022-02-12 19:41:47 -08:00
parent d1a0bc7d46
commit ce392ec13e
4 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
import React, { ReactElement, useCallback, useContext } from "react";
import { isEmpty, isNil, isUndefined } from "lodash";
import { isEmpty } from "lodash";
import { useSelector, useDispatch } from "react-redux";
import { fetchComicBookMetadata } from "../actions/fileops.actions";
import { IFolderData } from "threetwo-ui-typings";
import { LazyLog, ScrollFollow } from "react-lazylog";
import DynamicList, { createCache } from "react-window-dynamic-list";
import "react-loader-spinner/dist/loader/css/react-spinner-loader.css";
import Loader from "react-loader-spinner";