We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005ecee commit ef80370Copy full SHA for ef80370
1 file changed
apps/sim/app/workspace/[workspaceId]/home/home.tsx
@@ -300,7 +300,7 @@ export function Home({ chatId }: HomeProps = {}) {
300
return () => ro.disconnect()
301
}, [hasMessages])
302
303
- if (!hasMessages && !chatId) {
+ if (!hasMessages && !showChatSkeleton) {
304
return (
305
<div className='h-full overflow-y-auto bg-[var(--bg)] [scrollbar-gutter:stable_both-edges]'>
306
<div className='flex min-h-full flex-col items-center justify-center px-6 pb-[2vh]'>
0 commit comments