This commit is contained in:
xmcp
2019-05-19 23:26:42 +08:00
parent 5f61e189e6
commit 0bde2b459c
5 changed files with 46 additions and 13 deletions

View File

@@ -344,7 +344,6 @@ class FlowSidebar extends PureComponent {
area_ref={this.reply_ref} on_complete={this.load_replies.bind(this)} /> :
<div className="box box-tip flow-item">登录后可以回复树洞</div>
}
<br />
</div>
)
}