From e1de9c50ed106ce5a5e74c61d4abf21e815f14fc Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Fri, 8 Mar 2024 13:56:14 +0700 Subject: [PATCH] Add sidebar to profile page --- src/components/profiles/ViewProfile.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/profiles/ViewProfile.tsx b/src/components/profiles/ViewProfile.tsx index 21ae57bb1..12756c54f 100644 --- a/src/components/profiles/ViewProfile.tsx +++ b/src/components/profiles/ViewProfile.tsx @@ -214,6 +214,7 @@ const ProfilePage: NextPage = props => { canonical: accountUrl({ address }), }} withSidebar + creatorDashboardSidebarType={{ name: 'home-page', variant: 'posts' }} > {!shouldHideContent && }