Skip to content

Commit

Permalink
Merge pull request #419 from powerhouse-inc/feat-fix-sidebar-props
Browse files Browse the repository at this point in the history
feat: fix sidebar props
  • Loading branch information
ryanwolhuter authored Jul 2, 2024
2 parents 29a7156 + 11b50b4 commit 6106454
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ export default function Sidebar() {
<ConnectSidebar
collapsed={collapsed}
onToggle={toggleCollapse}
username={user?.ens?.name || ''}
avatarUrl={user?.ens?.avatarUrl}
onClickSettings={onClickSettings}
headerContent={headerContent}
address={user?.address ? shortAddress(user.address) : ''}
loadingUser={status === 'checking'}
address={user?.address}
onLogin={openRenown}
>
<ErrorBoundary
Expand Down

0 comments on commit 6106454

Please sign in to comment.