diff --git a/web/react/components/mention.jsx b/web/react/components/mention.jsx
index f1292c743c..3c33ddf493 100644
--- a/web/react/components/mention.jsx
+++ b/web/react/components/mention.jsx
@@ -6,10 +6,16 @@ module.exports = React.createClass({
this.props.handleClick(this.props.username);
},
render: function() {
+ var icon;
+ if (this.props.id != null) {
+ icon = ;
+ } else {
+ icon = ;
+ }
return (