bump to 2.1.0

This commit is contained in:
Matt Walsh
2020-09-04 15:51:52 -05:00
parent 81378359c9
commit 382d4f9781
7 changed files with 5 additions and 167 deletions

View File

@@ -908,7 +908,7 @@ const btnGetGps_click = () => {
const ZipCode = data.address.Postal;
const City = data.address.City;
const State = states.getStateTwoDigitCode(data.address.Region);
const State = states.getTwoDigitCode(data.address.Region);
const Country = data.address.CountryCode;
const TwcQuery = `${ZipCode}, ${City}, ${State}, ${Country}`;