🔧 Adding a download status to navbar WIP

This commit is contained in:
2022-06-05 10:31:06 -07:00
parent 5735f09431
commit 2943000db3
6 changed files with 9 additions and 36 deletions

View File

@@ -54,7 +54,6 @@ export const DownloadsPanel = (
}, [dispatch]);
const ProgressTick = (props) => {
console.log("tick", props);
return (
<div className="column is-half">
{JSON.stringify(props.data.downloadProgressTick)}