fix(ui): fix active sessions
This commit is contained in:
parent
ce5affddd6
commit
9d06a95c7a
1 changed files with 1 additions and 10 deletions
|
|
@ -16,15 +16,6 @@ const AssistTabs = (props: Props) => {
|
|||
<div className="flex items-center">
|
||||
{props.userId && (
|
||||
<>
|
||||
<div className="flex items-center mr-3">
|
||||
{/* <Icon name="user-alt" color="gray-darkest" /> */}
|
||||
<Avatar iconSize="20" width="30px" height="30px" seed={ props.userNumericHash } />
|
||||
<div className="ml-2 font-medium">
|
||||
<TextEllipsis maxWidth={120} inverted popupProps={{ inverted: true, size: 'tiny' }}>
|
||||
{props.userId}'s
|
||||
</TextEllipsis>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className={stl.btnLink}
|
||||
onClick={() => setShowMenu(!showMenu)}
|
||||
|
|
@ -44,4 +35,4 @@ const AssistTabs = (props: Props) => {
|
|||
);
|
||||
};
|
||||
|
||||
export default AssistTabs;
|
||||
export default AssistTabs;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue