Removed a change originally made for a prior fix tactic

This commit is contained in:
nickago
2015-07-01 11:14:18 -07:00
parent 0967e1fd01
commit d47c86b921

View File

@@ -136,7 +136,7 @@ module.exports = React.createClass({
return (
<div className="mentions--top" style={{height: height, width: width, bottom: bottom, left: left}}>
<div ref="mentionlist" id="mentionlist" className="mentions-box" style={{maxHeight: max_height, height: height, width: width}}>
<div ref="mentionlist" className="mentions-box" style={{maxHeight: max_height, height: height, width: width}}>
{ mentions }
</div>
</div>