Fix oops
This commit is contained in:
parent
aae74aa476
commit
d64bbb7acb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const contentText = {
|
||||||
};
|
};
|
||||||
|
|
||||||
function Notification({ notification, instance, reload }) {
|
function Notification({ notification, instance, reload }) {
|
||||||
const { id, status, account, _accounts } = notification;
|
const { id, status, account, _accounts, _statuses } = notification;
|
||||||
let { type } = notification;
|
let { type } = notification;
|
||||||
|
|
||||||
// status = Attached when type of the notification is favourite, reblog, status, mention, poll, or update
|
// status = Attached when type of the notification is favourite, reblog, status, mention, poll, or update
|
||||||
|
|
Loading…
Add table
Reference in a new issue