summaryrefslogtreecommitdiff
path: root/client/map/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-02-27 19:35:54 +0100
committerJules Laplace <julescarbon@gmail.com>2019-02-27 19:35:54 +0100
commitc8e7a10be948c2405d46d8c3caf4a8c6675eee29 (patch)
treec04a15f933ebe1f34af7a1d5280b6de1a4d17fa0 /client/map/index.js
parentc16e2133d8c1b9505752e2c8f4e2b4d0e1248909 (diff)
rebuild
Diffstat (limited to 'client/map/index.js')
-rw-r--r--client/map/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/index.js b/client/map/index.js
index 2a6686be..d38855bf 100644
--- a/client/map/index.js
+++ b/client/map/index.js
@@ -78,6 +78,7 @@ export default function append(el, payload) {
source = [address.lat, address.lng].map(n => parseFloat(n))
}
+ // ....i dont think the sort order does anything??
citations.sort((a,b) => sortOrder.indexOf(a) - sortOrder.indexOf(b))
.forEach(citation => {
const address = citation.addresses[0]