🔧 Adding a download status to navbar WIP
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user