Skip to content

Commit 04c9f2d

Browse files
committed
formating removed-88
1 parent 2bb1441 commit 04c9f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
} from "comps/controls/styleControlConstants";
3939
// Initialise exposed values
4040
import { stateComp, valueComp } from "comps/generators/simpleGenerators";
41-
// The component"s api for exposing properties externally
41+
// The component's api for exposing properties externally
4242
import {
4343
NameConfig,
4444
NameConfigHidden,
@@ -253,7 +253,7 @@ const CommentCompBase = (
253253
<List
254254
header={
255255
title !== "" ? (
256-
<div style={{position: "sticky", top:0, background: style.background}}>
256+
<div style={{position: 'sticky', top:0, background: style.background}}>
257257
{commentListData.length > 1
258258
? title
259259
.replaceAll("%d", commentListData.length.toString())

0 commit comments

Comments
 (0)