Skip to content

Commit

Permalink
feat: textbooks page
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavkeblysh committed Mar 14, 2024
1 parent 0495d7f commit 9bf36c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/textbooks/Textbooks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Textbooks = ({ courseId }) => {
<>
<Helmet>
<title>
{courseDetails?.name} | {intl.formatMessage(messages.headingTitle)}
{`${courseDetails?.name} | ${intl.formatMessage(messages.headingTitle)}`}
</title>
</Helmet>
<Container size="xl" className="px-4">
Expand Down
1 change: 1 addition & 0 deletions src/textbooks/data/api.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import MockAdapter from 'axios-mock-adapter';
import { getAuthenticatedHttpClient } from '@edx/frontend-platform/auth';
import { initializeMockApp } from '@edx/frontend-platform';

import { textbooksMock } from 'CourseAuthoring/textbooks/__mocks__';
import {
getTextbooks,
Expand Down

0 comments on commit 9bf36c0

Please sign in to comment.