Skip to content

Commit ce90cd9

Browse files
committed
formating removed-118
1 parent d494e31 commit ce90cd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client/packages/lowcoder/src/comps/comps/tabs/tabbedContainerComp.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const childrenMap = {
5757
onEvent: eventHandlerControl(EVENT_OPTIONS),
5858
disabled: BoolCodeControl,
5959
showHeader: withDefault(BoolControl, true),
60-
style: withDefault(styleControl(TabContainerStyle), {borderWidth:'1px'}),
60+
style: withDefault(styleControl(TabContainerStyle),{borderWidth:'1px'}),
6161
headerStyle: styleControl(ContainerHeaderStyle),
6262
bodyStyle: styleControl(ContainerBodyStyle),
6363
animationStyle: styleControl(AnimationStyle),
@@ -274,7 +274,8 @@ const TabbedContainer = (props: TabbedContainerProps) => {
274274
items={tabItems}
275275
tabBarGutter={props.tabsGutter}
276276
centered={props.tabsCentered}
277-
></StyledTabs>
277+
>
278+
</StyledTabs>
278279
</BackgroundColorContext.Provider>
279280
</div>
280281
</ScrollBar>

0 commit comments

Comments
 (0)