From 30430a62e2a049c924ba33273b9c3c90178a0eb8 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 6 Aug 2024 15:34:55 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20broken=20=E2=80=9Cmute=E2=80=9D=20button?= =?UTF-8?q?=20in=20mutes=20list=20(#31315)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/mastodon/components/account.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/components/account.jsx b/app/javascript/mastodon/components/account.jsx index 2a748e67ff..265c68697b 100644 --- a/app/javascript/mastodon/components/account.jsx +++ b/app/javascript/mastodon/components/account.jsx @@ -106,7 +106,7 @@ const Account = ({ size = 46, account, onFollow, onBlock, onMute, onMuteNotifica ); } else if (defaultAction === 'mute') { - buttons =