summaryrefslogtreecommitdiffstats
path: root/web/react/components/mention.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/mention.jsx')
-rw-r--r--web/react/components/mention.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/mention.jsx b/web/react/components/mention.jsx
index 24098516e..f5ca4ce6d 100644
--- a/web/react/components/mention.jsx
+++ b/web/react/components/mention.jsx
@@ -7,7 +7,7 @@ module.exports = React.createClass({
this.props.handleClick(this.props.username);
},
select: function() {
- this.setState({ isFocused: "mentions-focus" })
+ this.setState({ isFocused: "mentions-focus" });
},
deselect: function() {
this.setState({ isFocused: "" });