We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f69f4c commit 77b1717Copy full SHA for 77b1717
1 file changed
webapp/components/settings/Drawer.js
@@ -49,7 +49,7 @@ const DrawerItem = ({ id, name, widget, expanded, createOrFocusWidget, classes }
49
}
50
51
return (
52
- <Tooltip title={id} placement="right" >
+ <Tooltip title={name} placement="right" >
53
{drawerItemContent}
54
</Tooltip>
55
)
0 commit comments