diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/src/map.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/map.js b/client/src/map.js index 6af7619..100d50d 100644 --- a/client/src/map.js +++ b/client/src/map.js @@ -1,4 +1,7 @@ -import { fetchAttractions } from "./utils.js" +import { + fetchAttractions, + displayNumberOfItemsInShoppingBasketWithBadge, +} from "./utils.js" import { ParkArticle } from "./templateImplementations.js" // replace "toner" here with "terrain" or "watercolor" @@ -33,5 +36,6 @@ function addMarkersForAttractions(map) { } +displayNumberOfItemsInShoppingBasketWithBadge(); fetchAttractions() .then(addMarkersForAttractions(map)); |
