Skip to content

Commit c8ba492

Browse files
committed
formatting removed -2
1 parent 36d4f06 commit c8ba492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ let TextTmpComp = (function () {
124124
const childrenMap = {
125125
text: stringExposingStateControl(
126126
"text",
127-
trans("textShow.text", {name: "{{currentUser.name}}"})
127+
trans("textShow.text", { name: "{{currentUser.name}}" })
128128
),
129129
autoHeight: AutoHeightControl,
130130
type: dropdownControl(typeOptions, "markdown"),

0 commit comments

Comments
 (0)