Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#769 Reverting changes from #704
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed May 22, 2017
1 parent 7d92cda commit 7843ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actions/WindowActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,9 @@ function mapDataToState(data, isModal, rowId, id, windowType) {
})

//Handling staleTabIds
!isModal && staleTabIds.map(staleTabId => {
staleTabIds.map(staleTabId => {
dispatch(getTab(staleTabId, windowType, id)).then(tab => {
dispatch(addRowData({[staleTabId]: tab}, getScope(isModal)));
dispatch(addRowData({[staleTabId]: tab}, getScope('master')));
})
})

Expand Down

0 comments on commit 7843ea9

Please sign in to comment.