Removed testing log in ComposeDestinationHeader
• Removed: - testing log in ComposeDestinationHeader
This commit is contained in:
parent
81dcab94f9
commit
23e7dbee8c
@ -42,9 +42,7 @@ class ComposeDestinationHeader extends ImmutablePureComponent {
|
|||||||
|
|
||||||
const isIntroduction = formLocation === 'introduction'
|
const isIntroduction = formLocation === 'introduction'
|
||||||
|
|
||||||
console.log("composeGroup, composeGroupId:", composeGroup, composeGroupId)
|
let editText = isEdit ? ' edit ' : ' '
|
||||||
|
|
||||||
let editText = isEdit ? ' edit ' : ''
|
|
||||||
let groupTitle = !!composeGroup ? composeGroup.get('title') : ''
|
let groupTitle = !!composeGroup ? composeGroup.get('title') : ''
|
||||||
groupTitle = groupTitle.length > 32 ? `${groupTitle.substring(0, 32).trim()}...` : groupTitle
|
groupTitle = groupTitle.length > 32 ? `${groupTitle.substring(0, 32).trim()}...` : groupTitle
|
||||||
if (!groupTitle && composeGroupId) groupTitle = 'group'
|
if (!groupTitle && composeGroupId) groupTitle = 'group'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user