Skip to content

Commit eadcad2

Browse files
committed
loading onboarding bug
1 parent 6f10c80 commit eadcad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/DiscoverSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function DiscoverSection() {
3636
const parentReportAction = useParentReportAction(viewTourTaskReport);
3737
const [onboarding] = useOnyx(ONYXKEYS.NVP_ONBOARDING);
3838

39-
if (onboarding?.selfTourViewed !== false) {
39+
if (onboarding?.selfTourViewed !== false || !onboarding) {
4040
return null;
4141
}
4242

0 commit comments

Comments
 (0)