We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f10c80 commit eadcad2Copy full SHA for eadcad2
1 file changed
src/pages/home/DiscoverSection.tsx
@@ -36,7 +36,7 @@ function DiscoverSection() {
36
const parentReportAction = useParentReportAction(viewTourTaskReport);
37
const [onboarding] = useOnyx(ONYXKEYS.NVP_ONBOARDING);
38
39
- if (onboarding?.selfTourViewed !== false) {
+ if (onboarding?.selfTourViewed !== false || !onboarding) {
40
return null;
41
}
42
0 commit comments