click clear, match default refund border width
This commit is contained in:
@@ -27,6 +27,9 @@ const addState = connect(
|
||||
|
||||
function clearItems() {
|
||||
dispatch(actions.setItemUnequip([]));
|
||||
dispatch(actions.setVboxCombiner(null));
|
||||
dispatch(actions.setVboxHighlight(null));
|
||||
dispatch(actions.setVboxInfo(null));
|
||||
dispatch(actions.setVboxSelected({ storeSelect: [], stashSelect: [] }));
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@ function Combos(args) {
|
||||
// Static
|
||||
itemInfo,
|
||||
instance, // Only used for tutorial check
|
||||
// functions
|
||||
} = args;
|
||||
|
||||
if (tutorial && instance.time_control === 'Practice' && instance.rounds.length === 1) return false;
|
||||
|
||||
Reference in New Issue
Block a user