Skip to content

Commit

Permalink
Fix 2D array
Browse files Browse the repository at this point in the history
  • Loading branch information
barun1997 committed Apr 16, 2021
1 parent 0cec32a commit 473e2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OptionsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class OptionsList extends Component {

render() {
return (
<View style={[this.props.listContainerStyles]}>
<View style={this.props.listContainerStyles}>
{this.props.headerMessage ? (
<View style={[styles.ph5, styles.pb5]}>
<Text style={[styles.textLabel, styles.colorMuted]}>
Expand Down

0 comments on commit 473e2ac

Please sign in to comment.