We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 984aada + 3a9b115 commit c58c4e9Copy full SHA for c58c4e9
src/libs/ui/lib/components/tabs-navbar/TabsNavbar.tsx
@@ -125,7 +125,7 @@ const TabsNavbar: FC<TabsNavbarProps> = (props: TabsNavbarProps) => {
125
handleActivateTab={handleActivateTab}
126
handleActivateChildTab={handleActivateChildTab}
127
/>
128
- <IconOutline.ChevronDownIcon />
+ {props.tabs.length > 1 && <IconOutline.ChevronDownIcon />}
129
</div>
130
131
<div className={classNames(styles['menu-wrapper'])}>
0 commit comments