Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c9f2d commit 209d248Copy full SHA for 209d248
client/packages/lowcoder/src/comps/comps/commentComp/commentComp.tsx
@@ -253,7 +253,7 @@ const CommentCompBase = (
253
<List
254
header={
255
title !== "" ? (
256
- <div style={{position: 'sticky', top:0, background: style.background}}>
+ <div style={{position: 'sticky', top:0, background: style.background}}>
257
{commentListData.length > 1
258
? title
259
.replaceAll("%d", commentListData.length.toString())
0 commit comments