diff --git a/pages/notifications/[filter].vue b/pages/notifications/[filter].vue index 1ed9037e..52cc7daa 100644 --- a/pages/notifications/[filter].vue +++ b/pages/notifications/[filter].vue @@ -15,7 +15,7 @@ const filter = computed(() => { }) useHydratedHead({ - title: () => `${t(`tab.notifications_${filter ?? 'all'}`)} | ${t('nav.notifications')}`, + title: () => `${t(`tab.notifications_${filter.value ?? 'all'}`)} | ${t('nav.notifications')}`, })