Skip to content

Commit 298a43d

Browse files
committed
Always set privacy policy seen to true
1 parent d90fa6c commit 298a43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/onInitialize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ export const onInitialize: OnInitialize = async (
127127
],
128128
},
129129
});
130-
effects.browser.storage.set(seenTermsKey, true);
131130
}
131+
effects.browser.storage.set(seenTermsKey, true);
132132
};

0 commit comments

Comments
 (0)