Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
clavery committed May 12, 2023
1 parent 3172388 commit 0a99af1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {Link as RouteLink} from 'react-router-dom'
import {defineMessage, FormattedMessage, useIntl} from 'react-intl'
import {SearchIcon} from '../../../components/icons'
import RecommendedProducts from '../../../components/recommended-products'
import {EINSTEIN_RECOMMENDERS} from "../../../constants";
import {EINSTEIN_RECOMMENDERS} from '../../../constants'

const contactUsMessage = defineMessage({
id: 'empty_search_results.link.contact_us',
Expand Down Expand Up @@ -103,7 +103,6 @@ const EmptySearchResults = ({searchQuery, category}) => {
recommender={EINSTEIN_RECOMMENDERS.EMPTY_SEARCH_RESULTS_MOST_VIEWED}
mx={{base: -4, md: -8, lg: 0}}
/>

</Stack>
</Fragment>
)}
Expand Down

0 comments on commit 0a99af1

Please sign in to comment.