Merge pull request #28212 from overleaf/td-hide-sidebar-nav-dropdown-toggle-tooltip

Hide sidebar nav dropdown toggle tooltip

GitOrigin-RevId: 971022c9ed46d947886f11a55972188d2fafbcdc
This commit is contained in:
Tim Down
2025-09-04 11:18:38 +01:00
committed by Copybot
parent b7474b7400
commit 276bf9084f
2 changed files with 2 additions and 2 deletions

View File

@@ -93,8 +93,8 @@ function SidebarDsNav() {
id="help-icon"
overlayProps={{
placement: 'top',
show: showHelpDropdown ? false : undefined,
}}
hidden={showHelpDropdown}
>
<div>
<Question size={24} />
@@ -138,8 +138,8 @@ function SidebarDsNav() {
id="open-account"
overlayProps={{
placement: 'top',
show: showAccountDropdown ? false : undefined,
}}
hidden={showAccountDropdown}
>
<div>
<User size={24} />