Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnuon committed Oct 20, 2023
1 parent f7508f2 commit 7a2bf8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/course-home/courseware-search/CoursewareSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ const CoursewareSearch = ({ intl, ...sectionProps }) => {
<div className="courseware-search__outer-content">
<div className="courseware-search__content" style={{ height: '999px' }}>
<h2>{intl.formatMessage(messages.searchModuleTitle)}</h2>
<CoursewareSearchBar
onChange={() => {}}
onSubmit={() => {}}
placeholder={intl.formatMessage(messages.searchBarPlaceholderText)} />
<CoursewareSearchBar
onChange={() => {}}
onSubmit={() => {}}
placeholder={intl.formatMessage(messages.searchBarPlaceholderText)}
/>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis semper rutrum odio quis congue.
Duis sodales nibh et sapien elementum fermentum. Quisque magna urna, gravida at gravida et,
Expand Down

0 comments on commit 7a2bf8c

Please sign in to comment.