Fix oops
This commit is contained in:
parent
aae74aa476
commit
d64bbb7acb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue