Skip to content

Commit d288772

Browse files
Update mainReducer.js
1 parent 597bebb commit d288772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/reducers/mainReducer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { produce } from 'immer';
22
import _, { values } from 'lodash';
33
import * as types from '../constants/actionTypes.ts';
4-
// import { current } from 'immer';
54

65
export default (state, action) =>
76
produce(state, (draft) => {
@@ -209,7 +208,7 @@ export default (state, action) =>
209208
// Log the value of tabs[currentTab].snapshots before the update
210209
port.postMessage({
211210
action: 'import',
212-
payload: action.payload, //.snapshots,
211+
payload: action.payload,
213212
tabId: currentTab,
214213
});
215214

0 commit comments

Comments
 (0)