mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
Update SidebarAction.tsx
This commit is contained in:
parent
7e2a18ebf1
commit
b1bcbb99c1
@ -65,9 +65,9 @@ function SidebarAction(props: Props) {
|
||||
margin={props.margin}
|
||||
active={props.active}
|
||||
>
|
||||
{/* {props.image && <img {...props.image} />} */}
|
||||
{props.image && <img {...props.image} />}
|
||||
{props.icon && <Icon {...props.icon} />}
|
||||
{/* {props.label && <span>{props.label}</span>} */}
|
||||
{props.label && <span>{props.label}</span>}
|
||||
</Wrapper>
|
||||
</Tooltip>
|
||||
</SidebarListItem>
|
||||
|
Loading…
Reference in New Issue
Block a user