Gets rid of line break in note "Enter" instead of "En-ter"
This commit is contained in:
@@ -112,7 +112,6 @@ export default class Pain extends Component {
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
<View style={styles.symptomViewRowInline}>
|
||||
{ this.state.other &&
|
||||
<TextInput
|
||||
autoFocus={this.state.focusTextArea}
|
||||
@@ -125,7 +124,6 @@ export default class Pain extends Component {
|
||||
/>
|
||||
}
|
||||
</View>
|
||||
</View>
|
||||
</ScrollView>
|
||||
<ActionButtonFooter
|
||||
symptom='pain'
|
||||
|
||||
Reference in New Issue
Block a user