summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_comment.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-08 13:02:33 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-08 13:02:33 -0800
commit69ecfe4cb1763b10f1690b543ee1828aed94aefa (patch)
tree53c70c2984b2e4144d3cc0e539ef1b52b8eb4552 /web/react/components/create_comment.jsx
parent8b29404525f036633be6b25dc18c536d2aafee02 (diff)
parent90791dd98ea0f26439a13c1ec05a610514988b5c (diff)
downloadchat-69ecfe4cb1763b10f1690b543ee1828aed94aefa.tar.gz
chat-69ecfe4cb1763b10f1690b543ee1828aed94aefa.tar.bz2
chat-69ecfe4cb1763b10f1690b543ee1828aed94aefa.zip
Fixing merge
Diffstat (limited to 'web/react/components/create_comment.jsx')
-rw-r--r--web/react/components/create_comment.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/create_comment.jsx b/web/react/components/create_comment.jsx
index fac40e895..b0f33eda1 100644
--- a/web/react/components/create_comment.jsx
+++ b/web/react/components/create_comment.jsx
@@ -362,11 +362,11 @@ export default class CreateComment extends React.Component {
onClick={this.handleSubmit}
/>
{uploadsInProgressText}
+ {preview}
{postError}
{serverError}
</div>
</div>
- {preview}
</form>
);
}