🔧 Fixed a long standing issue with CV-sourced comics, which should not be scraped again
This commit is contained in:
@@ -124,10 +124,10 @@ export const DownloadsPanel = (
|
||||
|
||||
return !isNil(props.data) ? (
|
||||
<>
|
||||
{!isNil(downloadProgressTick) ? (
|
||||
<ProgressTick data={downloadProgressTick} />
|
||||
) : null}
|
||||
<div className="columns">
|
||||
<div className="columns is-multiline">
|
||||
{!isNil(downloadProgressTick) ? (
|
||||
<ProgressTick data={downloadProgressTick} />
|
||||
) : null}
|
||||
{!isEmpty(ADCPPSocket) ? (
|
||||
<Bundles data={bundles} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user