Update miner role with better defaults

This commit is contained in:
Cmdr McDonald
2017-05-30 19:44:11 +01:00
parent 7b1aa646ac
commit 30a8a29ce3
6 changed files with 79 additions and 24 deletions

View File

@@ -15,6 +15,8 @@ export default class SlotSection extends TranslatedComponent {
static propTypes = {
ship: PropTypes.object.isRequired,
onChange: PropTypes.func.isRequired,
onCargoChange: PropTypes.func.isRequired,
onFuelChange: PropTypes.func.isRequired,
code: PropTypes.string.isRequired,
togglePwr: PropTypes.func
};