From a62c288e1c113bed7d088f16af92294be747fd6a Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:25:46 -0400 Subject: [PATCH] Update src/pages/parts/player/ScrapeErrorPart.tsx Co-authored-by: William Oldham --- src/pages/parts/player/ScrapeErrorPart.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pages/parts/player/ScrapeErrorPart.tsx b/src/pages/parts/player/ScrapeErrorPart.tsx index 9d2f18d7..2ee63b15 100644 --- a/src/pages/parts/player/ScrapeErrorPart.tsx +++ b/src/pages/parts/player/ScrapeErrorPart.tsx @@ -98,13 +98,6 @@ export function ScrapeErrorPart(props: ScrapeErrorPartProps) { - {error ? ( - modal.hide()} - error={error} - /> - ) : null} ); }