Skip to content

Commit

Permalink
fix: 29163
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Oct 11, 2023
1 parent 7b52fa5 commit cd9e48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceInviteMessagePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class WorkspaceInviteMessagePage extends React.Component {

componentDidMount() {
if (_.isEmpty(this.props.invitedEmailsToAccountIDsDraft)) {
Navigation.goBack(ROUTES.WORKSPACE_INITIAL.getRoute(this.props.route.params.policyID), true);
Navigation.goBack(ROUTES.WORKSPACE_INVITE.getRoute(this.props.route.params.policyID), true);
return;
}
this.focusWelcomeMessageInput();
Expand Down

0 comments on commit cd9e48f

Please sign in to comment.