This commit is contained in:
mgabdev
2020-04-28 01:33:58 -04:00
parent 763694b5ab
commit c3d0d8bde2
87 changed files with 1392 additions and 826 deletions

View File

@@ -65,7 +65,7 @@ class GroupHeader extends ImmutablePureComponent {
},
]
const coverSrc = !!group ? group.get('cover') : undefined
const coverSrc = !!group ? group.get('cover_image_url') : undefined
const title = !!group ? group.get('title') : undefined
return (