Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aldo-expensify committed Dec 30, 2021
1 parent dd6232e commit 8448119
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/pages/workspace/WorkspaceNewRoomPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,26 +138,10 @@ class WorkspaceNewRoomPage extends React.Component {

return (
<ScreenWrapper>
<<<<<<< HEAD
<HeaderWithCloseButton
title={this.props.translate('newRoomPage.newRoom')}
onCloseButtonPress={() => Navigation.dismissModal()}
/>
<ScrollView style={styles.flex1} contentContainerStyle={styles.p5}>
<TextInputWithLabel
label={this.props.translate('newRoomPage.roomName')}
prefixCharacter="#"
placeholder={this.props.translate('newRoomPage.social')}
containerStyles={[styles.mb5]}
onChangeText={roomName => this.setState({roomName: this.checkAndModifyRoomName(roomName)})}
value={this.state.roomName.substr(1)}
errorText={this.state.error}
=======
<KeyboardAvoidingView>
<HeaderWithCloseButton
title={this.props.translate('newRoomPage.newRoom')}
onCloseButtonPress={() => Navigation.dismissModal()}
>>>>>>> e78742336 (Merge pull request #6951 from parasharrajat/room-page)
/>
<ScrollView style={styles.flex1} contentContainerStyle={styles.p5}>
<TextInputWithLabel
Expand Down

0 comments on commit 8448119

Please sign in to comment.