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:
mgabdev 2020-08-10 22:02:37 -05:00
parent 79d77ec088
commit a5deda528d
1 changed files with 1 additions and 1 deletions

View File

@ -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 (