🔧 Fixed bugs with tab changes and state

This commit is contained in:
2021-08-24 21:59:59 -07:00
parent 140f690c77
commit 6994da072d
4 changed files with 15 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import React, { useCallback, useEffect, useState, ReactElement } from "react";
import React, { useEffect, ReactElement } from "react";
import { getDownloadProgress } from "../actions/airdcpp.actions";
import { useDispatch, useSelector } from "react-redux";
import { RootState, SearchInstance } from "threetwo-ui-typings";
import { isNil, map } from "lodash";
import { RootState } from "threetwo-ui-typings";
import { isNil } from "lodash";
import prettyBytes from "pretty-bytes";
interface IDownloadsPanelProps {