From 005f317a93dfa2d05a3664037456019374857426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 3 Sep 2022 23:19:30 +0200 Subject: [PATCH] Change active tab when navigated to another profile page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/pages/profile_page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/pages/profile_page.tsx b/app/soapbox/pages/profile_page.tsx index 9c5a4a55e..f4ff974e0 100644 --- a/app/soapbox/pages/profile_page.tsx +++ b/app/soapbox/pages/profile_page.tsx @@ -105,7 +105,7 @@ const ProfilePage: React.FC = ({ params, children }) => { {account && showTabs && ( - + )} {children}