From 3860092d5dc3fb0a8ab802783c714271e243f378 Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Tue, 15 Aug 2023 10:07:02 +0000 Subject: [PATCH] =?UTF-8?q?QUOTE=E6=99=82=E6=AD=A3=E3=81=97=E3=81=84profil?= =?UTF-8?q?e=E3=81=AB=E9=A3=9B=E3=81=B0=E3=81=AA=E3=81=84=E7=8A=B6?= =?UTF-8?q?=E6=85=8B=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/mastodon/components/status.jsx | 2 +- .../mastodon/features/status/components/detailed_status.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/mastodon/components/status.jsx b/app/javascript/mastodon/components/status.jsx index 3a1bfb52d..63acf54a5 100644 --- a/app/javascript/mastodon/components/status.jsx +++ b/app/javascript/mastodon/components/status.jsx @@ -645,7 +645,7 @@ class Status extends ImmutablePureComponent { }; const identity = (status, account) => ( - +
{statusAvatar(status, account)}
diff --git a/app/javascript/mastodon/features/status/components/detailed_status.jsx b/app/javascript/mastodon/features/status/components/detailed_status.jsx index 10b4b221f..f86c3c680 100644 --- a/app/javascript/mastodon/features/status/components/detailed_status.jsx +++ b/app/javascript/mastodon/features/status/components/detailed_status.jsx @@ -176,8 +176,8 @@ class DetailedStatus extends ImmutablePureComponent { const language = status.getIn(['translation', 'language']) || status.get('language'); const identity = (status, _0, _1, quote = false) => ( -
-
+
+
);