Skip to content

Commit

Permalink
(#79) 🐞 fix: μ‚¬μš©ν•˜μ§€ μ•ŠλŠ” μ»΄ν¬λ„ŒνŠΈ μž„ν¬νŠΈ μ‚­μ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 28, 2024
1 parent 007072e commit 04a2ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Chatbot/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ChatbotInputField from "./components/input/ChatbotInputField";

import DateBanner from "./components/DateBanner";

import { questionCategories, GuideResponseData } from "@/src/constants/ChatbotData";
import { questionCategories } from "@/src/constants/ChatbotData";
import { GuideGetResponseType, ClovaPostResponseType } from "@/src/api/ChatbotApiType";

import RookieChat from "./components/chat/RookieChat";
Expand Down Expand Up @@ -78,7 +78,7 @@ const Chatbot = () => {
// μƒˆλ‘œ λ Œλ”λ§
useEffect(() => {
scrollToBottom();

}, [selectedStadium, selectedCategory, chatComponents]);


Expand Down

0 comments on commit 04a2ced

Please sign in to comment.