Skip to content

Commit

Permalink
remove dumb comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timszot committed Aug 11, 2021
1 parent a237992 commit 1e672f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Expensify.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ class Expensify extends PureComponent {
&& !_.isEmpty(this.props.betas)
&& lodashGet(this.props, 'session.redirectToWorkspaceNewAfterSignIn', false)) {
setRedirectToWorkspaceNewAfterSignIn(false);

// Name and create the workspace
create();
}

Expand Down
1 change: 0 additions & 1 deletion src/pages/ValidateLogin2FANewWorkspacePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class ValidateLogin2FANewWorkspacePage extends Component {
if (_.isEmpty(this.props.betas)) {
setRedirectToWorkspaceNewAfterSignIn(true);
} else {
// Name and create the workspace
create();
}
}
Expand Down
1 change: 0 additions & 1 deletion src/pages/ValidateLoginNewWorkspacePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class ValidateLoginNewWorkspacePage extends Component {
if (_.isEmpty(this.props.betas)) {
setRedirectToWorkspaceNewAfterSignIn(true);
} else {
// Name and create the workspace
create();
}
return;
Expand Down

0 comments on commit 1e672f4

Please sign in to comment.