Skip to content

Commit 64e3720

Browse files
committed
lint
1 parent 9a764c0 commit 64e3720

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)