diff --git a/src/components/SidebarHeader.tsx b/src/components/SidebarHeader.tsx index bb5b568c..cbb97558 100644 --- a/src/components/SidebarHeader.tsx +++ b/src/components/SidebarHeader.tsx @@ -98,6 +98,18 @@ const SidebarHeader: React.FC = ({ onToggleCollapse, onLogou variant="ghost" /> )} +
{} : handleLogin) : undefined} + style={{ cursor: !activeAccount ? 'pointer' : 'default' }} + > + {profileImage ? ( + {getUserDisplayName()} + ) : ( + + )} +
{onRefresh && ( = ({ onToggleCollapse, onLogou ariaLabel="Settings" variant="ghost" /> -
{} : handleLogin) : undefined} - style={{ cursor: !activeAccount ? 'pointer' : 'default' }} - > - {profileImage ? ( - {getUserDisplayName()} - ) : ( - - )} -
{activeAccount ? (