Skip to content

Commit 18b99eb

Browse files
committed
lint
1 parent 5dfd6f0 commit 18b99eb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/twig/src/renderer/features/panels/components/TabbedPanel.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,7 @@ export const TabbedPanel: React.FC<TabbedPanelProps> = ({
253253
<div
254254
key={tab.id}
255255
style={
256-
tab.id === content.activeTabId
257-
? activeTabStyle
258-
: hiddenTabStyle
256+
tab.id === content.activeTabId ? activeTabStyle : hiddenTabStyle
259257
}
260258
>
261259
{tab.component}

0 commit comments

Comments
 (0)