diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 467f72d3..bdc2201f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Continuous Integration on: push: tags-ignore: - - v* + - 'v*' jobs: test: name: Test diff --git a/covid-19-support/src/components/BusinessDetails.vue b/covid-19-support/src/components/BusinessDetails.vue index 321981e4..792d41b4 100644 --- a/covid-19-support/src/components/BusinessDetails.vue +++ b/covid-19-support/src/components/BusinessDetails.vue @@ -14,13 +14,13 @@
{{ $t('label.address') }}:
- {{ business.marker.gsx$provideraddloc.$t }}, {{ business.marker.gsx$address.$t }}, {{ business.marker.gsx$city.$t }}, {{ business.marker.gsx$state.$t }}
+ {{ business.marker.gsx$address.$t }}, {{ business.marker.gsx$city.$t }}, {{ business.marker.gsx$state.$t }}
{{ business.marker.gsx$zip.$t }}