From 098014a1094d39dab74e98488b5a785f67781a5c Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 29 May 2024 18:46:14 +0800 Subject: [PATCH] Fix possible error --- src/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 921769ae..a57e057f 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -3183,7 +3183,7 @@ function StatusCompact({ sKey }) { const { sensitive, spoilerText, - account: { avatar, avatarStatic, bot }, + account: { avatar, avatarStatic, bot } = {}, visibility, content, language,