Skip to content

Commit 86b8080

Browse files
committed
formating removed-30
1 parent 0188dc3 commit 86b8080

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

client/packages/lowcoder/src/comps/comps/containerComp/containerComp.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ export const ContainerBaseComp = (function () {
5151
<Section name={"Header Style"}>
5252
{ children.container.headerStylePropertyView() }
5353
</Section>
54-
)}
55-
{children.container.children.showBody.getView() && (
56-
<Section name={"Body Style"}>
57-
{children.container.bodyStylePropertyView()}
58-
</Section>
59-
)}
60-
{children.container.children.showFooter.getView() && (
61-
<Section name={"Footer Style"}>
62-
{children.container.footerStylePropertyView()}
63-
</Section>
64-
)}
54+
)}
55+
{children.container.children.showBody.getView() && (
56+
<Section name={"Body Style"}>
57+
{ children.container.bodyStylePropertyView() }
58+
</Section>
59+
)}
60+
{children.container.children.showFooter.getView() && (
61+
<Section name={"Footer Style"}>
62+
{ children.container.footerStylePropertyView() }
63+
</Section>
64+
)}
6565
</>
6666
)}
6767
</>

0 commit comments

Comments
 (0)