summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_comment.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-08 22:42:59 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-08 22:42:59 +0500
commit39447d4072db5147be14d226cb0f3b1d4f763db8 (patch)
treef781ea0459c8ac4bed0968bf7fb357b6ad360d40 /web/react/components/create_comment.jsx
parent59e4471a63253a1b11a2964ae3b0ee479e6667eb (diff)
downloadchat-39447d4072db5147be14d226cb0f3b1d4f763db8.tar.gz
chat-39447d4072db5147be14d226cb0f3b1d4f763db8.tar.bz2
chat-39447d4072db5147be14d226cb0f3b1d4f763db8.zip
Multiple UI Improvements
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>
);
}