From 0104bf822c70eef7793b8a31b78d5c72c0f1514e Mon Sep 17 00:00:00 2001 From: test Date: Fri, 26 Jun 2015 11:07:22 -0700 Subject: gui: fix mentions dropdown --- web/react/components/mention.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react') diff --git a/web/react/components/mention.jsx b/web/react/components/mention.jsx index ba758688b..86a423138 100644 --- a/web/react/components/mention.jsx +++ b/web/react/components/mention.jsx @@ -8,8 +8,8 @@ module.exports = React.createClass({ render: function() { return (
- - @{this.props.username}{this.props.name} + + @{this.props.username}{this.props.name}
); } -- cgit v1.2.3-1-g7c22