Skip to content

Commit 0188dc3

Browse files
committed
formating removed-29
1 parent f648010 commit 0188dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ export const ContainerBaseComp = (function () {
3333
.setPropertyViewFn((children) => {
3434
return (
3535
<>
36-
{(useContext(EditorContext).editorModeStatus === "logic" || useContext(EditorContext).editorModeStatus === "both") && (
36+
{(useContext(EditorContext).editorModeStatus === "logic" || useContext(EditorContext).editorModeStatus === "both") && (
3737
<Section name={sectionNames.interaction}>
3838
{disabledPropertyView(children)}
3939
{hiddenPropertyView(children)}
4040
</Section>
4141
)}
4242

43-
{(useContext(EditorContext).editorModeStatus === "layout" || useContext(EditorContext).editorModeStatus === "both") && (
43+
{(useContext(EditorContext).editorModeStatus === "layout" || useContext(EditorContext).editorModeStatus === "both") && (
4444
<><Section name={sectionNames.layout}>
4545
{children.container.getPropertyView()}
4646
</Section>

0 commit comments

Comments
 (0)