From d64bbb7acbff7405a960bf4b60268f63ed59ba63 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun <cheeaun@gmail.com> Date: Mon, 28 Aug 2023 05:49:12 +0800 Subject: [PATCH] Fix oops --- src/components/notification.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notification.jsx b/src/components/notification.jsx index ec5e69a3..b7a50523 100644 --- a/src/components/notification.jsx +++ b/src/components/notification.jsx @@ -57,7 +57,7 @@ const contentText = { }; function Notification({ notification, instance, reload }) { - const { id, status, account, _accounts } = notification; + const { id, status, account, _accounts, _statuses } = notification; let { type } = notification; // status = Attached when type of the notification is favourite, reblog, status, mention, poll, or update