1
0
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:
Puyodead1 2023-05-09 23:05:36 -04:00
parent 7e2a18ebf1
commit b1bcbb99c1
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -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>