Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Dec 16, 2024
1 parent 5d0fba3 commit 045ba42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/MessageForm/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
acknowledgeDisclosure,
addChatMessage,
getChatResponse,
getLearningAssistantChatSummary,
updateCurrentMessage,
} from '../../data/thunks';
import { useCourseUpgrade } from '../../hooks';
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/Xpert.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Xpert = ({
};

useEffect(() => {
dispatch(getLearningAssistantChatSummary(courseId, isUpgradeEligible));
dispatch(getLearningAssistantChatSummary(courseId));
}, [dispatch, courseId]);

return isEnabled ? (
Expand Down

0 comments on commit 045ba42

Please sign in to comment.