diff --git a/apps/mobile/src/components/walkthroughs/index.tsx b/apps/mobile/src/components/walkthroughs/index.tsx index cc460290c..670aa4c89 100644 --- a/apps/mobile/src/components/walkthroughs/index.tsx +++ b/apps/mobile/src/components/walkthroughs/index.tsx @@ -118,7 +118,7 @@ Walkthrough.update = async (id: 'notebooks' | 'trialstarted' | 'emailconfirmed' Walkthrough.init = async () => { let json = await MMKV.getItem('walkthroughState'); - if (walkthroughState) { + if (json) { walkthroughState = JSON.parse(json); console.log(walkthroughState); }