mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 10:10:29 +03:00
revert change
This commit is contained in:
parent
8f1bad2d68
commit
bbb12f1b60
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export function SettingsTab() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SidebarItem active={settings}>
|
<SidebarItem active={settings}>
|
||||||
<SidebarItemTooltip tooltip="Settings">
|
<SidebarItemTooltip tooltip={displayName}>
|
||||||
{(triggerRef) => (
|
{(triggerRef) => (
|
||||||
<SidebarAvatar as="button" ref={triggerRef} onClick={openSettings}>
|
<SidebarAvatar as="button" ref={triggerRef} onClick={openSettings}>
|
||||||
<UserAvatar
|
<UserAvatar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue