diff --git a/components/chat.tsx b/components/chat.tsx index 34e92244..59c4d914 100644 --- a/components/chat.tsx +++ b/components/chat.tsx @@ -107,9 +107,16 @@ export function Chat({ id }: ChatProps) {
{/* This is the new div for scrolling */}
- {/* TODO: Add EmptyScreen for desktop if needed */} - + {showEmptyScreen ? ( + { + setInput(message) + }} + /> + ) : ( + + )}