We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc01c5 commit fea609eCopy full SHA for fea609e
packages/app/src/app/overmind/onInitialize.ts
@@ -108,7 +108,7 @@ export const onInitialize: OnInitialize = async (
108
effects.preview.initialize(overmindInstance.reaction);
109
110
// show terms message on first visit since new terms
111
- if (!effects.browser.storage.get(seenTermsKey)) {
+ if (!effects.browser.storage.get(seenTermsKey) && !state.isFirstVisit) {
112
effects.notificationToast.add({
113
message:
114
'Hello, our privacy policy has been updated recently. What’s new? CodeSandbox emails. Please read and reach out.',
0 commit comments