diff --git a/client/coral-framework/services/store.js b/client/coral-framework/services/store.js index 297243736..0530d8c28 100644 --- a/client/coral-framework/services/store.js +++ b/client/coral-framework/services/store.js @@ -34,9 +34,6 @@ export function getStore() { if (window.coralStore) { return window.coralStore; } - if (window.opener && window.opener.coralStore) { - return window.opener.coralStore; - } const coralReducers = { ...mainReducer,