Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Feb 4, 2025
1 parent 2a2b858 commit be5511b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/actions/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ function createWorkspaceWithPolicyDraftAndNavigateToIt(
Navigation.goBack();
}
savePolicyDraftByNewWorkspace(policyIDWithDefault, policyName, policyOwnerEmail, makeMeAdmin, currency, file);
Navigation.navigate(ROUTES.WORKSPACE_INITIAL.getRoute(policyIDWithDefault, backTo), CONST.NAVIGATION.TYPE.UP);
Navigation.navigate(ROUTES.WORKSPACE_INITIAL.getRoute(policyIDWithDefault, backTo));
})
.then(endSignOnTransition);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ function FloatingActionButtonAndPopover({onHideCreateMenu, onShowCreateMenu, isE
},
]
: []),
...(true
...(!isLoading && shouldShowNewWorkspaceButton
? [
{
displayInDefaultIconColor: true,
Expand Down

0 comments on commit be5511b

Please sign in to comment.