diff --git a/native/account/logged-out-modal.react.js b/native/account/logged-out-modal.react.js --- a/native/account/logged-out-modal.react.js +++ b/native/account/logged-out-modal.react.js @@ -463,33 +463,30 @@ render() { const { styles } = this.props; - let panel = null; - let buttons = null; - let siweButton = null; - if (__DEV__) { - siweButton = ( - <> - - - - - - Sign in with Ethereum - - - - - or - + const siweButton = ( + <> + + + - - ); - } + + Sign in with Ethereum + + + + + or + + + + ); + let panel = null; + let buttons = null; if (this.state.mode === 'log-in') { panel = (