This commit is contained in:
mgabdev
2020-03-27 20:17:32 -04:00
parent 2f7eda1081
commit bfda5978d1
3 changed files with 14 additions and 13 deletions

View File

@@ -513,7 +513,7 @@ class Status extends ImmutablePureComponent {
<StatusActionBar status={status} account={account} {...other} />
<div className={[_s.default, _s.borderTop1PX, _s.borderColorSecondary, _s.pt10, _s.px15, _s.mb10].join(' ')}>
<ComposeFormContainer replyToId={status.get('id')} shouldCondense />
{ /* <ComposeFormContainer replyToId={status.get('id')} shouldCondense /> */ }
</div>
</div>
</div>