Skip to content

Commit 3c5ce2a

Browse files
committed
Keep default blacklist for embedded
1 parent eb2f569 commit 3c5ce2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/state/store.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,7 @@ const migrations = {
533533
}
534534
}
535535

536-
const isEmbedded = getParsedIframeInfo().isEmbedded as unknown === 'true'
537-
const BLACKLIST = isEmbedded ? Object.keys(combineReducerInput) : ['billing', 'cache', userStateApi.reducerPath]
536+
const BLACKLIST = ['billing', 'cache', userStateApi.reducerPath]
538537

539538
const persistConfig = {
540539
key: 'root',

0 commit comments

Comments
 (0)