Skip to content

Commit

Permalink
revert hard code
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Nov 13, 2023
1 parent bd95170 commit 5671583
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/signin/LoginForm/BaseLoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ function LoginForm(props) {
// for developers about possible regressions, we won't render buttons in development mode.
// For more information about these differences and how to test in development mode,
// see`Expensify/App/contributingGuides/APPLE_GOOGLE_SIGNIN.md`
CONFIG.ENVIRONMENT !== CONST.ENVIRONMENT.DEV ||
(true && (
CONFIG.ENVIRONMENT !== CONST.ENVIRONMENT.DEV && (
<View style={[getSignInWithStyles()]}>
<Text
accessibilityElementsHidden
Expand All @@ -322,7 +321,7 @@ function LoginForm(props) {
</View>
</View>
</View>
))
)
}
</View>
)
Expand Down

0 comments on commit 5671583

Please sign in to comment.