From a56c4eb110e16891f1c4b9abf98f5d355b6a7919 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 6 Oct 2016 09:27:18 -0400 Subject: [PATCH] missing comma --- app/helpers/topics_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/topics_helper.rb b/app/helpers/topics_helper.rb index 926e51b1..8ef9647a 100644 --- a/app/helpers/topics_helper.rb +++ b/app/helpers/topics_helper.rb @@ -15,7 +15,7 @@ module TopicsHelper rtype: is_map ? 'map' : 'topic', inmaps: is_map ? [] : t.inmaps, - inmapsLinks: is_map ? [] : t.inmapsLinks + inmapsLinks: is_map ? [] : t.inmapsLinks, type: is_map ? metamapsMetacode.name : t.metacode.name, typeImageURL: is_map ? metamapMetacode.icon : t.metacode.icon, mapCount: is_map ? 0 : t.maps.count,