mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
Fix possible error
This commit is contained in:
parent
7546b42c7c
commit
098014a109
1 changed files with 1 additions and 1 deletions
|
@ -3183,7 +3183,7 @@ function StatusCompact({ sKey }) {
|
|||
const {
|
||||
sensitive,
|
||||
spoilerText,
|
||||
account: { avatar, avatarStatic, bot },
|
||||
account: { avatar, avatarStatic, bot } = {},
|
||||
visibility,
|
||||
content,
|
||||
language,
|
||||
|
|
Loading…
Add table
Reference in a new issue