Skip to content

Commit f648010

Browse files
committed
formating removed-28
1 parent c1c3222 commit f648010

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

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

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,16 @@ export const ContainerBaseComp = (function () {
4040
</Section>
4141
)}
4242

43-
{(useContext(EditorContext).editorModeStatus === "layout" ||
44-
useContext(EditorContext).editorModeStatus === "both") && (
45-
<>
46-
<Section name={sectionNames.layout}>
47-
{children.container.getPropertyView()}
48-
</Section>
49-
<Section name={sectionNames.style}>
50-
{children.container.stylePropertyView()}
51-
</Section>
52-
<Section name={sectionNames.animationStyle}>
53-
{children.animationStyle.getPropertyView()}
54-
</Section>
55-
{children.container.children.showHeader.getView() && (
56-
<Section name={"Header Style"}>
57-
{children.container.headerStylePropertyView()}
43+
{(useContext(EditorContext).editorModeStatus === "layout" || useContext(EditorContext).editorModeStatus === "both") && (
44+
<><Section name={sectionNames.layout}>
45+
{children.container.getPropertyView()}
46+
</Section>
47+
<Section name={sectionNames.style}>
48+
{ children.container.stylePropertyView() }
49+
</Section>
50+
{children.container.children.showHeader.getView() && (
51+
<Section name={"Header Style"}>
52+
{ children.container.headerStylePropertyView() }
5853
</Section>
5954
)}
6055
{children.container.children.showBody.getView() && (

0 commit comments

Comments
 (0)