Skip to content

Commit

Permalink
Merge pull request #29831 from Expensify/francois-fix-29807
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored Oct 17, 2023
2 parents 6b09574 + c056d2d commit f1b40dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/DemoActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function runDemoByURL(url = '') {
});
} else {
// No demo is being run, so clear out demo info
Onyx.set(ONYXKEYS.DEMO_INFO, null);
Onyx.set(ONYXKEYS.DEMO_INFO, {});
}
}

Expand Down

0 comments on commit f1b40dd

Please sign in to comment.