🔧 Refactoring the way bundles are saved
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user