Add more fillouts

This commit is contained in:
Cmdr McDonald
2016-11-03 11:29:41 +00:00
parent 6727c2fc13
commit f8ff9a6a87
6 changed files with 116 additions and 4 deletions

View File

@@ -180,7 +180,7 @@ export default class SlotSection extends TranslatedComponent {
<div id={this.sectionId} className={'group'} onDragLeave={this._dragOverNone}>
<div className={cn('section-menu', { selected: sectionMenuOpened })} onClick={open} onContextMenu={ctx}>
<h1>{translate(this.sectionName)} <Equalizer/></h1>
{sectionMenuOpened ? this._getSectionMenu(translate) : null }
{sectionMenuOpened ? this._getSectionMenu(translate, this.props.ship) : null }
</div>
{this._getSlots()}
</div>