Skip to content

Commit

Permalink
fix: corrected blade view
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Apr 26, 2024
1 parent 31eaea0 commit ef68c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/php/Module/views/partials/collection.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
'bordered' => true,
'attributeList' => [
'data-js-map-location' => !empty($place->schemaData['place']['pin']) ? json_encode($place->schemaData['place']['pin']) : "",
]
])
@if (!empty($place->callToActionItems['floating']))
@slot('floating')
Expand Down

0 comments on commit ef68c07

Please sign in to comment.