Skip to content

Commit 29bedc8

Browse files
committed
formating removed-100
1 parent 17072d3 commit 29bedc8

File tree

1 file changed

+4
-4
lines changed
  • client/packages/lowcoder/src/comps/comps/formComp

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const FormBaseComp = (function () {
218218
</>
219219
)}
220220

221-
{(useContext(EditorContext).editorModeStatus === "layout" || useContext(EditorContext).editorModeStatus === "both") && (
221+
{(useContext(EditorContext).editorModeStatus === "layout" || useContext(EditorContext).editorModeStatus === "both") && (
222222
<>
223223
<Section name={sectionNames.layout}>
224224
{children.container.getPropertyView()}
@@ -246,8 +246,8 @@ const FormBaseComp = (function () {
246246
</Section>
247247
)}
248248
{children.container.children.showBody.getView() && (
249-
<Section name={'Body Style'}>
250-
{children.container.bodyStylePropertyView()}
249+
<Section name={"Body Style"}>
250+
{ children.container.bodyStylePropertyView() }
251251
</Section>
252252
)}
253253
{children.container.children.showFooter.getView() && (
@@ -257,7 +257,7 @@ const FormBaseComp = (function () {
257257
)}
258258
</>
259259
)}
260-
260+
261261
</>
262262
);
263263
})

0 commit comments

Comments
 (0)