diff --git a/frontend/src/routes/gdpr/+page.svelte b/frontend/src/routes/gdpr/+page.svelte index 2c5a85d..bdebdb0 100644 --- a/frontend/src/routes/gdpr/+page.svelte +++ b/frontend/src/routes/gdpr/+page.svelte @@ -253,7 +253,9 @@ } // eslint-disable-next-line svelte/no-navigation-without-resolve - function handleGotoAccount() { goto('/account'); } + function handleGotoAccount() { + goto('/account'); + } function handlePrint() { window.print();