🔧 Refactoring the way bundles are saved

This commit is contained in:
2022-07-27 22:49:00 -07:00
parent fb40fe86b5
commit 602adf8775
5 changed files with 35 additions and 28 deletions

View File

@@ -9,7 +9,6 @@ const Navbar: React.FunctionComponent = (props) => {
const downloadProgressTick = useSelector(
(state: RootState) => state.airdcpp.downloadProgressData,
);
console.log(downloadProgressTick);
return (
<nav className="navbar is-fixed-top">