Skip to content

Commit

Permalink
fix: remove some leftover from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Mar 5, 2024
1 parent 5e0bb24 commit 10e9c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Header = ({
const mainMenuDropdowns = [
{
id: `${intl.formatMessage(messages['header.links.content'])}-dropdown-menu`,
buttonTitle: intl.formatMessage(messages['header.links.content']) + (showSearchModal ? 'Y' : 'N'),
buttonTitle: intl.formatMessage(messages['header.links.content']),
items: getContentMenuItems({ studioBaseUrl, courseId, intl }),
},
{
Expand Down

0 comments on commit 10e9c97

Please sign in to comment.