From 58dcf4a90d7ad1ee1ebedd28237659f7e5685736 Mon Sep 17 00:00:00 2001 From: amy-corson-ibigroup <115499534+amy-corson-ibigroup@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:40:21 -0600 Subject: [PATCH] disable eslint line --- lib/components/mobile/location-search.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/components/mobile/location-search.js b/lib/components/mobile/location-search.js index 8bc3bae58..bce593b8b 100644 --- a/lib/components/mobile/location-search.js +++ b/lib/components/mobile/location-search.js @@ -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' @@ -80,6 +79,8 @@ class MobileLocationSearch extends Component { + // 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)} title={backButtonText} >