mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-17 21:26:26 +00:00
add the additional div in the chat sections
This commit is contained in:
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…
Reference in New Issue
Block a user