Skip to content

Commit d2269cd

Browse files
fix linting errors
1 parent 98f1ddb commit d2269cd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/pages/workspace/tags/ImportTagsOptionsPage.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ function ImportTagsOptionsPage({route}: ImportTagsOptionsPageProps) {
6969
return Object.values(singleLevelTags).some((tag) => tag.pendingAction !== CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE);
7070
}, [isMultiLevelTags, policyTagLists]);
7171

72-
if (hasAccountingConnections) {
73-
return <NotFoundPage />;
74-
}
7572
const startMultiLevelTagImportFlow = useCallback(() => {
7673
setImportedSpreadsheetIsImportingMultiLevelTags(true);
7774
if (hasVisibleTags) {
@@ -94,7 +91,7 @@ function ImportTagsOptionsPage({route}: ImportTagsOptionsPageProps) {
9491
setShouldRunPostUpgradeFlow(false);
9592
}, [shouldRunPostUpgradeFlow, policy, startMultiLevelTagImportFlow]),
9693
);
97-
94+
9895
if (hasAccountingConnections) {
9996
return <NotFoundPage />;
10097
}

0 commit comments

Comments
 (0)