Bryan pointed out I was diplaying the streetAddress where the city should be
This commit is contained in:
parent
3f1ec715b1
commit
73d7a64d19
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue