diff --git a/frontend/app/composables/use-announcements.ts b/frontend/app/composables/use-announcements.ts index cc18a975d..92faa219f 100644 --- a/frontend/app/composables/use-announcements.ts +++ b/frontend/app/composables/use-announcements.ts @@ -82,7 +82,7 @@ export function useAnnouncements() { user.id, { ...user, - lastReadAnnouncement: "2026-03-28_1_new-recipe-import-options", // TODO: switch back to key + lastReadAnnouncement: key, }, { suppressAlert: true }, );