Skip to content

Commit

Permalink
(#79) πŸš€ feat: 챗봇 ν΄λ‘œλ°” λ‹΅λ³€ κΈ°λ‹€λ¦¬λŠ” λ‘œλ”© μƒνƒœμΌ λ•Œλ„ 슀크둀 μžλ™μœΌλ‘œ λ‚΄λ¦¬λŠ” κΈ°λŠ₯ ν™œμ„±ν™”
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 28, 2024
1 parent 17a3c53 commit 7dcf1d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/Chatbot/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ const Chatbot = () => {

// μƒˆλ‘œ λ Œλ”λ§
useEffect(() => {
if (!isLoading) {
scrollToBottom();
}
scrollToBottom();

}, [selectedStadium, selectedCategory, chatComponents]);


Expand Down

0 comments on commit 7dcf1d8

Please sign in to comment.