We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ef46f commit b20de3dCopy full SHA for b20de3d
apps/masterbots.ai/components/routes/thread/thread-popup.tsx
@@ -42,7 +42,7 @@ export function ThreadPopup({ className }: { className?: string }) {
42
}
43
44
45
- // Update effect to use smoothScrollToBottom from custom hook
+ // Updated effect to use smoothScrollToBottom from custom hook
46
useEffect(() => {
47
if (isLoading && isOpenPopup) {
48
const timeout = setTimeout(() => {
0 commit comments