Missed out on inverting the boolean expression

This commit is contained in:
Manvil George
2020-05-07 11:31:27 +10:00
parent d3504c177e
commit 585a754b18

View File

@@ -19,7 +19,7 @@ Darkswarm.factory "OfnMap", (Enterprises, EnterpriseListModal, MapConfiguration)
extend: (enterprise) ->
marker = @coordinates[[enterprise.latitude, enterprise.longitude]]
self = this
if !marker
if marker
marker.icon = MapConfiguration.options.cluster_icon
self.enterprise_hash(marker.enterprises, enterprise)
marker.id.push(enterprise.id)