diff --git a/src/components/RegionInput.js b/src/components/RegionInput.js index 506628b9..45df60f3 100644 --- a/src/components/RegionInput.js +++ b/src/components/RegionInput.js @@ -53,7 +53,7 @@ export const RegionInput = ({ value={region} inputValue={region} data-testid="autocomplete" - id="regionInput" + id="regionInput" onInputChange={(event, newInputValue) => { // If an option is selected, should have a match in optionToTrack @@ -70,7 +70,6 @@ export const RegionInput = ({