Skip to content

Commit d14c7bc

Browse files
committed
revert addAccountingIntegration', 'setupCategoriesAndTags filter
1 parent 41c3c84 commit d14c7bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/libs/ReportUtils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9674,6 +9674,9 @@ function prepareOnboardingOnyxData(
96749674
return false;
96759675
}
96769676

9677+
if (['addAccountingIntegration', 'setupCategoriesAndTags'].includes(task.type) && !userReportedIntegration) {
9678+
return false;
9679+
}
96779680
type SkipViewTourOnboardingChoices = 'newDotSubmit' | 'newDotSplitChat' | 'newDotPersonalSpend' | 'newDotEmployer';
96789681
if (
96799682
task.type === 'viewTour' &&

0 commit comments

Comments
 (0)