Skip to content

Commit

Permalink
minor style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiWines committed May 5, 2023
1 parent f2333c6 commit 93cf44c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/libs/actions/Session/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ function beginSignIn(login) {
value: {
...CONST.DEFAULT_ACCOUNT_DATA,
isLoading: true,
errors: null,
message: null,
},
},
Expand Down
1 change: 0 additions & 1 deletion src/pages/UnlinkLoginPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import ROUTES from '../ROUTES';
const propTypes = {
/** The accountID and validateCode are passed via the URL */
route: validateLinkPropTypes,

};

const defaultProps = {
Expand Down

0 comments on commit 93cf44c

Please sign in to comment.