diff --git a/source/php/Module/views/partials/collection.blade.php b/source/php/Module/views/partials/collection.blade.php index 35191a3..8f63d5b 100644 --- a/source/php/Module/views/partials/collection.blade.php +++ b/source/php/Module/views/partials/collection.blade.php @@ -3,8 +3,7 @@ 'containerAware' => true, 'bordered' => true, 'attributeList' => [ - 'data-js-map-location' => !empty($place->location['pin']) ? json_encode($place->location['pin']) : "", - ] + 'data-js-map-location' => !empty($place->schemaData['place']['pin']) ? json_encode($place->schemaData['place']['pin']) : "", ]) @if (!empty($place->callToActionItems['floating'])) @slot('floating')