Fixes the buttons not graying out

This commit is contained in:
Artur
2020-02-12 16:13:24 +02:00
parent 8e50c278bb
commit ce46f8fdd7
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