Skip to content

Commit

Permalink
Trailing comma delete
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredoAlc committed Oct 8, 2021
1 parent 714aedf commit 3232f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExpensiTextInput/BaseExpensiTextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class BaseExpensiTextInput extends Component {
placeholder={(this.state.isFocused || !label) ? placeholder : null}
placeholderTextColor={themeColors.placeholderText}
underlineColorAndroid="transparent"
style={[inputStyle, !hasLabel && styles.pv0,]}
style={[inputStyle, !hasLabel && styles.pv0]}
multiline={multiline}
onFocus={this.onFocus}
onBlur={this.onBlur}
Expand Down

0 comments on commit 3232f95

Please sign in to comment.