Include public comments

This commit is contained in:
Chi Vinh Le
2017-06-09 01:17:27 +07:00
parent 428246cbe2
commit 4e5680577e
+1 -1
View File
@@ -9,7 +9,7 @@ const decorateWithTags = (typeResolver) => {
return tags;
}
return tags.filter((tag) => tag.public);
return tags.filter((t) => t.tag.permissions.public);
};
};