Bryan pointed out I was diplaying the streetAddress where the city should be

This commit is contained in:
Leah Schumann 2023-05-23 09:01:04 -04:00
parent 3f1ec715b1
commit 73d7a64d19

View file

@ -143,7 +143,7 @@ export default {
const distanceInMiles = Math.round(shopProvider.distanceInMiles * 2) / 2;
return {
buttonLabel: streetAddress,
buttonLabel: city,
buttonLabelSubCopy: `${distanceInMiles} mi`,
buttonBodyCopy: `${streetAddress}, ${city}, ${state} ${zipCode}`,
value: shopProvider.providerNumber,