click clear, match default refund border width

This commit is contained in:
Mashy
2019-11-25 22:18:04 +10:00
parent f4a7ba65eb
commit a50d10185f
3 changed files with 5 additions and 2 deletions
@@ -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;
}
-1
View File
@@ -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;