diff --git a/src/components/notification.jsx b/src/components/notification.jsx index e2b0996e..d0602400 100644 --- a/src/components/notification.jsx +++ b/src/components/notification.jsx @@ -374,7 +374,7 @@ function Notification({ if (typeof text === 'function') { const count = _accounts?.length || sampleAccounts?.length || (account ? 1 : 0); - const postsCount = _statuses?.length || 0; + const postsCount = _statuses?.length || (status ? 1 : 0); if (type === 'admin.report') { const targetAccount = report?.targetAccount; if (targetAccount) {