Skip to content

Commit c1c3222

Browse files
committed
formating removed-27
1 parent 1f65ed2 commit c1c3222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ export const ContainerBaseComp = (function () {
3333
.setPropertyViewFn((children) => {
3434
return (
3535
<>
36-
{(useContext(EditorContext).editorModeStatus === "logic" ||
37-
useContext(EditorContext).editorModeStatus === "both") && (
36+
{(useContext(EditorContext).editorModeStatus === "logic" || useContext(EditorContext).editorModeStatus === "both") && (
3837
<Section name={sectionNames.interaction}>
3938
{disabledPropertyView(children)}
4039
{hiddenPropertyView(children)}

0 commit comments

Comments
 (0)