summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_header_post.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-02 12:41:01 -0700
committerCorey Hulen <corey@hulen.com>2015-09-02 12:41:01 -0700
commiteaeab0d645ca69efb4a0b47b802db750a6f54136 (patch)
tree3e9fbd1aa6ac487ed3e1b600a607814e8c738d29 /web/react/components/rhs_header_post.jsx
parent3e431b6c88105470e2bd583b6647976f9b9d3e5b (diff)
parent7d07bf6a79c9507b2178338464f7d28ce9a9a4ac (diff)
downloadchat-eaeab0d645ca69efb4a0b47b802db750a6f54136.tar.gz
chat-eaeab0d645ca69efb4a0b47b802db750a6f54136.tar.bz2
chat-eaeab0d645ca69efb4a0b47b802db750a6f54136.zip
Merge pull request #538 from hmhealey/mm2064
MM-2064 Cosmetic refactoring for ES6 and style guide
Diffstat (limited to 'web/react/components/rhs_header_post.jsx')
-rw-r--r--web/react/components/rhs_header_post.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/react/components/rhs_header_post.jsx b/web/react/components/rhs_header_post.jsx
index 4cf4231e9..5156ec4d7 100644
--- a/web/react/components/rhs_header_post.jsx
+++ b/web/react/components/rhs_header_post.jsx
@@ -1,9 +1,9 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// See License.txt for license information.
-var AppDispatcher = require('../dispatcher/app_dispatcher.jsx');
-var Constants = require('../utils/constants.jsx');
-var ActionTypes = Constants.ActionTypes;
+const AppDispatcher = require('../dispatcher/app_dispatcher.jsx');
+const Constants = require('../utils/constants.jsx');
+const ActionTypes = Constants.ActionTypes;
export default class RhsHeaderPost extends React.Component {
constructor(props) {
@@ -43,7 +43,7 @@ export default class RhsHeaderPost extends React.Component {
});
}
render() {
- var back;
+ let back;
if (this.props.fromSearch) {
back = (
<a