Fixes uplink buttons not disabling when you can't buy the item (#49317)

* Fixes uplink buttons not disabling when you can't buy the item

* rebuild
This commit is contained in:
Rob Bailey
2020-02-13 20:35:57 +01:00
committed by GitHub
parent 1ed6334c76
commit 6929a058fd
2 changed files with 2 additions and 1 deletions
@@ -103,6 +103,7 @@ export class Uplink extends Component {
compact={compact_mode}
items={items}
hoveredItem={hoveredItem}
telecrystals={telecrystals}
onBuyMouseOver={item => this.setHoveredItem(item)}
onBuyMouseOut={item => this.setHoveredItem({})}
onBuy={item => act(ref, 'buy', {
File diff suppressed because one or more lines are too long