Update src/pages/parts/player/ScrapeErrorPart.tsx

Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
Captain Jack Sparrow 2024-03-27 17:25:46 -04:00 committed by GitHub
parent 36ef06a731
commit a62c288e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,13 +98,6 @@ export function ScrapeErrorPart(props: ScrapeErrorPartProps) {
</Button>
</div>
</ErrorContainer>
{error ? (
<ErrorCardInModal
id={modal.id}
onClose={() => modal.hide()}
error={error}
/>
) : null}
</ErrorLayout>
);
}