Skip to content

Commit

Permalink
- minor revert
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Nov 18, 2021
1 parent 585fa22 commit d9b6b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/reducers/tracking/dispatchActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ export const restoreAfterTargetActions = (stages, projectId) => async (dispatch,
export const restoreNglViewSettings = stages => (dispatch, getState) => {
const state = getState();
const majorViewStage = stages.find(view => view.id === VIEWS.MAJOR_VIEW).stage;
// const summaryViewStage = stages.find(view => view.id === VIEWS.SUMMARY_VIEW).stage;
const summaryViewStage = stages.find(view => view.id === VIEWS.SUMMARY_VIEW).stage;

const currentActionList = state.trackingReducers.track_actions_list;
const orderedActionList = currentActionList.reverse((a, b) => a.timestamp - b.timestamp);
Expand Down

0 comments on commit d9b6b3b

Please sign in to comment.