Skip to content

Commit

Permalink
fix(webapp): fix sidebar tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Dec 6, 2022
1 parent a6ab1bd commit 152d3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Sidebar = ({ classes, staticContext, onDrawerToggle, ...rest }) => {
placement="left"
key={`category-${category.name}-${index}`}
>
<>
<div>
{category.header ? (
<div className={classesStyle.divider} />
) : null}
Expand Down Expand Up @@ -173,7 +173,7 @@ const Sidebar = ({ classes, staticContext, onDrawerToggle, ...rest }) => {
/>
)}
</MuiListItem>
</>
</div>
</Tooltip>
))}
<div className={classesStyle.divider} />
Expand Down

0 comments on commit 152d3c1

Please sign in to comment.