mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-29 12:21:50 +01:00
Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
parent
36ef06a731
commit
a62c288e1c
@ -98,13 +98,6 @@ export function ScrapeErrorPart(props: ScrapeErrorPartProps) {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</ErrorContainer>
|
</ErrorContainer>
|
||||||
{error ? (
|
|
||||||
<ErrorCardInModal
|
|
||||||
id={modal.id}
|
|
||||||
onClose={() => modal.hide()}
|
|
||||||
error={error}
|
|
||||||
/>
|
|
||||||
) : null}
|
|
||||||
</ErrorLayout>
|
</ErrorLayout>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user