diff --git a/src/Flows.js b/src/Flows.js
index 334b70f..dfd1714 100644
--- a/src/Flows.js
+++ b/src/Flows.js
@@ -36,7 +36,7 @@ function FlowItem(props) {
#{props.info.pid}
-
+
{props.info.type==='image' ?
: null}
{props.info.type==='audio' ? : null}
@@ -105,7 +105,7 @@ class FlowItemRow extends Component {
this.load_replies(this.show_sidebar);
}}>更新回复
-
+
{this.state.replies.map((reply)=>(
))}
@@ -120,7 +120,7 @@ class FlowItemRow extends Component {
if(!CLICKABLE_TAGS[event.target.tagName.toLowerCase()])
this.show_sidebar();
}}>
-
+
{this.state.reply_status==='loading' &&
加载中
}
{this.state.reply_status==='failed' &&