summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_post.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_post.jsx
parent59e4471a63253a1b11a2964ae3b0ee479e6667eb (diff)
downloadchat-39447d4072db5147be14d226cb0f3b1d4f763db8.tar.gz
chat-39447d4072db5147be14d226cb0f3b1d4f763db8.tar.bz2
chat-39447d4072db5147be14d226cb0f3b1d4f763db8.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components/create_post.jsx')
-rw-r--r--web/react/components/create_post.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/create_post.jsx b/web/react/components/create_post.jsx
index f7f63fb92..89e984e27 100644
--- a/web/react/components/create_post.jsx
+++ b/web/react/components/create_post.jsx
@@ -470,13 +470,13 @@ export default class CreatePost extends React.Component {
{tutorialTip}
</div>
<div className={postFooterClassName}>
- {postError}
- {serverError}
- {preview}
<MsgTyping
channelId={this.state.channelId}
parentId=''
/>
+ {preview}
+ {postError}
+ {serverError}
</div>
</div>
</form>