diff --git a/frontend/src/routes/console/@components/Nav/NewsletterList.svelte b/frontend/src/routes/console/@components/Nav/NewsletterList.svelte index 33bb1443..82477c0c 100644 --- a/frontend/src/routes/console/@components/Nav/NewsletterList.svelte +++ b/frontend/src/routes/console/@components/Nav/NewsletterList.svelte @@ -1,34 +1,15 @@ -{#if newsletters.length} +{#if $userNewslettersStore.length}