From 3e79f2e80cc596213f63bb9f3cd3d87f3581895e Mon Sep 17 00:00:00 2001 From: KMY Date: Tue, 9 Jul 2024 19:21:13 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=83=95=E3=82=A9=E3=83=AD=E3=83=AF?= =?UTF-8?q?=E3=83=BC=E6=95=B0=E3=82=92=E9=9A=A0=E3=81=99=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E3=82=A2=E3=82=AB?= =?UTF-8?q?=E3=82=A6=E3=83=B3=E3=83=88=E3=81=AE=E3=83=95=E3=82=A9=E3=83=AD?= =?UTF-8?q?=E3=83=AF=E3=83=BC=E6=95=B0=E3=81=8C=E9=9A=A0=E3=82=8C=E3=81=AA?= =?UTF-8?q?=E3=81=84=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/mastodon/components/account.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/mastodon/components/account.jsx b/app/javascript/mastodon/components/account.jsx index 980dc9e10054fb..46f2317ac42367 100644 --- a/app/javascript/mastodon/components/account.jsx +++ b/app/javascript/mastodon/components/account.jsx @@ -140,7 +140,8 @@ const Account = ({ size = 46, account, onFollow, onBlock, onMute, onMuteNotifica {!minimal && (
- {verification} {muteTimeRemaining} + {verification} {muteTimeRemaining}
)}