wait no
This commit is contained in:
parent
4db7ed5a47
commit
8628cb0b0c
@ -28,7 +28,7 @@ module.exports = {
|
||||
itemInfo: createReducer({ combos: [], items: [] }, 'SET_ITEM_INFO'),
|
||||
itemUnequip: createReducer(null, 'SET_ITEM_UNEQUIP'),
|
||||
mtxActive: createReducer(null, 'SET_MTX_ACTIVE'),
|
||||
nav: createReducer('list', 'SET_NAV'),
|
||||
nav: createReducer('team', 'SET_NAV'),
|
||||
showNav: createReducer(null, 'SET_SHOW_NAV'),
|
||||
ping: createReducer(null, 'SET_PING'),
|
||||
player: createReducer(null, 'SET_PLAYER'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user