mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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:
@@ -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
Reference in New Issue
Block a user