Skip to content

Commit

Permalink
disable eslint line
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Dec 6, 2023
1 parent cd6b394 commit 58dcf4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/components/mobile/location-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ import styled from 'styled-components'
import * as uiActions from '../../actions/ui'
import { ChevronLeft } from '@styled-icons/fa-solid'
import { MobileScreens } from '../../actions/ui-constants'
import LocationField from '../form/connected-location-field'

import { StyledIconWrapper } from '../util/styledIcon'
import LocationField from '../form/connected-location-field'

import MobileContainer from './container'
import MobileNavigationBar from './navigation-bar'
Expand Down Expand Up @@ -80,6 +79,8 @@ class MobileLocationSearch extends Component {
<MobileLocationBackButton
aria-label={backButtonText}
onClick={() =>
// eslint-disable-next-line prettier/prettier
// eslint cannot make up its mind on where it wants the bracket to be.
this.props.setMobileScreen(MobileScreens.SEARCH_FORM)}

Check failure on line 84 in lib/components/mobile/location-search.js

View workflow job for this annotation

GitHub Actions / test-build-release

Insert `⏎··············`
title={backButtonText}
>
Expand Down

0 comments on commit 58dcf4a

Please sign in to comment.