Skip to content

Commit

Permalink
Merge pull request #6099 from Expensify/Rory-FixKeyboardSpacerOnNewCh…
Browse files Browse the repository at this point in the history
…atPage

(cherry picked from commit b110524)
  • Loading branch information
roryabraham authored and OSBotify committed Oct 28, 2021
1 parent c65a29f commit 1b9dac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/NewChatPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {getNewChatOptions, getHeaderMessage} from '../libs/OptionsListUtils';
import ONYXKEYS from '../ONYXKEYS';
import styles from '../styles/styles';
import {fetchOrCreateChatReport} from '../libs/actions/Report';
import KeyboardSpacer from '../components/KeyboardSpacer';
import CONST, {EXPENSIFY_EMAILS} from '../CONST';
import withWindowDimensions, {windowDimensionsPropTypes} from '../components/withWindowDimensions';
import HeaderWithCloseButton from '../components/HeaderWithCloseButton';
Expand Down Expand Up @@ -263,7 +262,6 @@ class NewChatPage extends Component {
hideAdditionalOptionStates
forceTextUnreadStyle
/>
{!this.props.isGroupChat && <KeyboardSpacer />}
{this.props.isGroupChat && lodashGet(this.state, 'selectedOptions', []).length > 0 && (
<FixedFooter>
<Button
Expand Down

0 comments on commit 1b9dac9

Please sign in to comment.