button size
This commit is contained in:
@@ -81,7 +81,6 @@ function registerEvents(store) {
|
||||
|
||||
function setAccount(account) {
|
||||
store.dispatch(actions.setAccount(account));
|
||||
store.dispatch(actions.setNav('team'));
|
||||
}
|
||||
|
||||
function clearCombiner() {
|
||||
|
||||
@@ -25,7 +25,7 @@ module.exports = {
|
||||
itemEquip: createReducer(null, 'SET_ITEM_EQUIP'),
|
||||
itemInfo: createReducer({ combos: [], items: [] }, 'SET_ITEM_INFO'),
|
||||
itemUnequip: createReducer(null, 'SET_ITEM_UNEQUIP'),
|
||||
nav: createReducer(null, 'SET_NAV'),
|
||||
nav: createReducer('team', 'SET_NAV'),
|
||||
showNav: createReducer(null, 'SET_SHOW_NAV'),
|
||||
ping: createReducer(null, 'SET_PING'),
|
||||
player: createReducer(null, 'SET_PLAYER'),
|
||||
|
||||
Reference in New Issue
Block a user