Skip to content

Commit

Permalink
Add sidebar to profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 8, 2024
1 parent dd9a89c commit e1de9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/profiles/ViewProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ const ProfilePage: NextPage<Props> = props => {
canonical: accountUrl({ address }),
}}
withSidebar
creatorDashboardSidebarType={{ name: 'home-page', variant: 'posts' }}
>
<Component {...props} />
{!shouldHideContent && <AccountActivity address={address.toString()} />}
Expand Down

0 comments on commit e1de9c5

Please sign in to comment.