Skip to content

Commit 77b1717

Browse files
author
rodriguez-facundo
committed
#144 Tooltip for drawer menu items
1 parent 4f69f4c commit 77b1717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/settings/Drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const DrawerItem = ({ id, name, widget, expanded, createOrFocusWidget, classes }
4949
}
5050

5151
return (
52-
<Tooltip title={id} placement="right" >
52+
<Tooltip title={name} placement="right" >
5353
{drawerItemContent}
5454
</Tooltip>
5555
)

0 commit comments

Comments
 (0)