mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
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 }) {
|
||||
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…
Add table
Reference in a new issue