Skip to content

Commit ee8588e

Browse files
farhanclaude
andcommitted
fix: remove unused courseId variable in Textbooks component
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9a006e3 commit ee8588e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/textbooks/Textbooks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import messages from './messages';
2525

2626
const Textbooks = () => {
2727
const intl = useIntl();
28-
const { courseId, courseDetails } = useCourseAuthoringContext();
28+
const { courseDetails } = useCourseAuthoringContext();
2929

3030
const {
3131
textbooks,

0 commit comments

Comments
 (0)