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:22 -04:00 committed by GitHub
parent 52b6d62051
commit d551df591e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,12 +132,7 @@ export function ScrapeErrorPart(props: ScrapeErrorPartProps) {
{t("player.scraping.notFound.homeButton")}
</Button>
<Button
onClick={() => {
sendPage({
page: "PermissionGrant",
redirectUrl: window.location.href,
});
}}
onClick={() => modal.show()}
theme="purple"
padding="md:px-12 p-2.5"
className="mt-6"