We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9272a28 commit 9e768dcCopy full SHA for 9e768dc
app/code/Magento/PageBuilder/view/base/templates/googlemaps.phtml
@@ -29,7 +29,7 @@
29
30
<?php
31
// Include the googleMaps dependency only if we have an API key set, this removes unnecessary calls to Google
32
-if ($block->shouldIncludeGoogleMapsLibrary()): ?>
+if ($block->shouldIncludeGoogleMapsLibrary()) : ?>
33
<script>
34
require.config({
35
shim: {
0 commit comments