Fixed CommandList to not sometimes include an empty row

Этот коммит содержится в:
hmhealey
2015-11-21 12:01:32 -05:00
родитель fd229a5023
Коммит 6a9ecf2079

Просмотреть файл

@@ -81,7 +81,7 @@ export default class CommandList extends React.Component {
<div <div
ref='mentionlist' ref='mentionlist'
className='command-box' className='command-box'
style={{height: (this.state.suggestions.length * 56) + 2}} style={{height: (suggestions.length * 56) + 2}}
> >
{suggestions} {suggestions}
</div> </div>