Skip to content

Commit 209d248

Browse files
committed
formating removed-89
1 parent 04c9f2d commit 209d248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)