File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import {
38
38
} from "comps/controls/styleControlConstants" ;
39
39
// Initialise exposed values
40
40
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
42
42
import {
43
43
NameConfig ,
44
44
NameConfigHidden ,
@@ -253,7 +253,7 @@ const CommentCompBase = (
253
253
< List
254
254
header = {
255
255
title !== "" ? (
256
- < div style = { { position : " sticky" , top :0 , background : style . background } } >
256
+ < div style = { { position : ' sticky' , top :0 , background : style . background } } >
257
257
{ commentListData . length > 1
258
258
? title
259
259
. replaceAll ( "%d" , commentListData . length . toString ( ) )
You can’t perform that action at this time.
0 commit comments