minor fixes

Signed-off-by: Rakesh Thera <v-rthera@expediagroup.com>
This commit is contained in:
Rakesh Thera
2022-04-25 17:07:17 +05:30
parent 6735bd3ea1
commit aaffa18d8a
@@ -389,7 +389,6 @@ const SidebarItemBase = forwardRef<any, SidebarItemProps>((props, ref) => {
invisible={!hasNotifications}
className={classnames({ [classes.closedItemIcon]: !isOpen })}
>
<Icon fontSize="small" />
{displayItemIcon}
</Badge>
);