We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558c654 commit c1f8d5fCopy full SHA for c1f8d5f
1 file changed
apps/twig/src/renderer/features/panels/components/TabbedPanel.tsx
@@ -202,7 +202,7 @@ export const TabbedPanel: React.FC<TabbedPanelProps> = ({
202
background: "var(--color-background)",
203
}}
204
>
205
- {onSplitPanel && content.tabs.length > 1 && (
+ {onSplitPanel && (
206
<TabBarButton
207
ariaLabel="Split panel"
208
onClick={handleSplitClick}
0 commit comments