Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuf-musleh committed May 8, 2024
1 parent 5d37761 commit 5b19f45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/course-unit/CourseUnit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,11 @@ const CourseUnit = ({ courseId }) => {
<Sidebar data-testid="course-unit-sidebar">
<PublishControls blockId={blockId} />
</Sidebar>
{
taxonomiesEnabled &&
{taxonomiesEnabled && (
<Sidebar className="tags-sidebar">
<TagsSidebarControls />
</Sidebar>
}
)}
<Sidebar data-testid="course-unit-location-sidebar">
<LocationInfo />
</Sidebar>
Expand Down

0 comments on commit 5b19f45

Please sign in to comment.