https://github.com/anudit/convosdk/blob/8335743b88abe0939103b2edd7ab06e8e35e4424/packages/react/src/components/CommentSection.tsx#L229 data is an array of array so you need to access the first item of data to actually get the size of the comment list. Something like: `display={data && data[data.length - 1]?.length > size ? 'flex' : 'none'}`