ywana-core8 0.0.478 → 0.0.479

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.478",
3
+ "version": "0.0.479",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -115,7 +115,7 @@ const CollectionList = (props) => {
115
115
 
116
116
  const items = all ? all.map(content => ({
117
117
  id: content.id,
118
- line1: content.name || content.centre, // centre: Signflow legacy
118
+ line1: content.name || content.centre || content.tag, // centre: Signflow legacy
119
119
  line2: content.description,
120
120
  content
121
121
  })) : []