Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
advu committed Jan 20, 2025
1 parent ae01210 commit d4a4650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/ChatBot/ReadingPracticeChatbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ReadingPracticeChatBot = () => {
const {
readingTestSessionId: session_id,
currentReadingTestQuestion: current_reading_test_question,
feedbacks,
attempt_and_feedbacks,
} = useSelector(({ tests }) => tests);

const { messages, isWaitingForResponse, isLoadingHistory } = useSelector(({ chatbot }) => chatbot);
Expand All @@ -37,7 +37,7 @@ const ReadingPracticeChatBot = () => {
getReadingPracticeChatbotResponse(
session_id,
current_reading_test_question.question_id,
feedbacks,
attempt_and_feedbacks,
currentMessage
)
);
Expand Down

0 comments on commit d4a4650

Please sign in to comment.