Skip to content

Commit

Permalink
use rowCount
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Lefévère-Laoide authored and Fred Lefévère-Laoide committed May 3, 2024
1 parent 17ef84e commit 2bfff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/taipy-gui/src/components/Taipy/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ const Chat = (props: ChatProps) => {
}, [loadMoreItems]);

return (
<Tooltip title={hover || ""}>
<Tooltip title={hover || "" || `rowCount: ${rowCount}`}>
<Paper className={className} sx={boxSx} id={id}>
<Grid container rowSpacing={2} sx={gridSx} ref={scrollDivRef}>
{rows.map((row, idx) =>
Expand Down

0 comments on commit 2bfff30

Please sign in to comment.