Don't sync non-existent value

eventlogging reducer was removed in
I640ab367cd235ab8da7dd70dbef7ae9076712e84 so this is syncing
a non-existent value.

Change-Id: I58386bf9a0219f6344c08f757af3aaafbae92751
This commit is contained in:
Jon Robson 2023-03-22 08:41:40 -07:00 committed by Jdlrobson
parent 24925ec459
commit d12c4fe1d8
3 changed files with 0 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View file

@ -22,10 +22,6 @@ import { previewTypes } from '../preview/model';
*/
export default function syncUserSettings( userSettings ) {
return ( oldState, newState ) => {
syncIfChanged(
oldState, newState, 'eventLogging.previewCount',
userSettings.storePreviewCount
);
syncIfChanged(
oldState, newState, 'preview.enabled.' + previewTypes.TYPE_PAGE,
userSettings.storePagePreviewsEnabled