mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-04-04 07:33:42 +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 {
|
const {
|
||||||
sensitive,
|
sensitive,
|
||||||
spoilerText,
|
spoilerText,
|
||||||
account: { avatar, avatarStatic, bot },
|
account: { avatar, avatarStatic, bot } = {},
|
||||||
visibility,
|
visibility,
|
||||||
content,
|
content,
|
||||||
language,
|
language,
|
||||||
|
|
Loading…
Add table
Reference in a new issue