Skip to content

Commit b20de3d

Browse files
committed
chore: refactor useScroll
1 parent a5ef46f commit b20de3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/masterbots.ai/components/routes/thread/thread-popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function ThreadPopup({ className }: { className?: string }) {
4242
}
4343
}
4444

45-
// Update effect to use smoothScrollToBottom from custom hook
45+
// Updated effect to use smoothScrollToBottom from custom hook
4646
useEffect(() => {
4747
if (isLoading && isOpenPopup) {
4848
const timeout = setTimeout(() => {

0 commit comments

Comments
 (0)