Skip to content

Commit

Permalink
style: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Jun 25, 2024
1 parent 4bac1a3 commit ca5a956
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/learning-header/LearningHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ LinkedLogo.propTypes = {
// this feature flag is not included on the frontend-platform, we have to get it directly from ENV
const enabledOrgLogo = process.env.ENABLED_ORG_LOGO || false;


const LearningHeader = ({
courseOrg, courseTitle, intl, showUserDropdown,
}) => {
Expand All @@ -40,7 +39,7 @@ const LearningHeader = ({
if (courseOrg) {
getCourseLogoOrg().then((logoOrgUrl) => { setLogoOrg(logoOrgUrl); });
}
}, []);
});

const headerLogo = (
<LinkedLogo
Expand Down

0 comments on commit ca5a956

Please sign in to comment.