Added scoreboard initial design BOD-91
This commit is contained in:
@@ -16,7 +16,7 @@ const applicationReducer = (state = INITIAL_STATE, action) => {
|
||||
case ApplicationActionTypes.ADD_RECENT_ITEM:
|
||||
return {
|
||||
...state,
|
||||
recentItems: [action.payload, ...state.scheduleLoad.slice(0, 9)],
|
||||
recentItems: [action.payload, ...state.recentItems.slice(0, 9)],
|
||||
};
|
||||
case ApplicationActionTypes.SET_BREAD_CRUMBS:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user