Skip to content

Commit

Permalink
add fix for vets center
Browse files Browse the repository at this point in the history
  • Loading branch information
nfpappas-oddball committed Jun 26, 2024
1 parent 70a83e0 commit 1c460f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/layouts/vetCenter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function VetCenter({
hasMap: `https://maps.google.com?saddr=Current+Location&daddr=${encodeURIComponent(
`${address.address_line1}, ${address.locality}, ${address.postal_code}`
)}`,
image: image.links?.['2_1_large']?.href,
image: image?.links?.['2_1_large']?.href,
branchCode: fieldFacilityLocatorApiId,
geo: {
'@type': 'GeoCoordinates',
Expand Down

0 comments on commit 1c460f6

Please sign in to comment.