🔧 Fixed a long standing issue with CV-sourced comics, which should not be scraped again

This commit is contained in:
2021-12-06 14:45:16 -08:00
parent 1b57092d3b
commit 03c24328ed
6 changed files with 122 additions and 92 deletions

View File

@@ -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} />
) : (