add the additional div in the chat sections

pull/473/head
staticGuru 9 months ago
parent cad54f0f07
commit f47fc7a484

@ -144,6 +144,7 @@ export default function Conversation() {
</Fragment>
);
})}
{hasScrolledToLast && <div className="h-40 w-full" />}
</div>
)}
{queries.length === 0 && (

Loading…
Cancel
Save