Fixed issue with publish button not being visible in inline composer when media present
• Fixed: - issue with publish button not being visible in inline composer when media present
This commit is contained in:
parent
79d77ec088
commit
a5deda528d
@ -292,7 +292,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||
const commentPublishBtnClasses = CX({
|
||||
default: 1,
|
||||
justifyContentCenter: 1,
|
||||
displayNone: length(this.props.text) === 0 || anyMedia,
|
||||
displayNone: length(this.props.text) === 0,
|
||||
})
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user