Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
RDF014 authored and Tiffany Lin committed Apr 26, 2017
1 parent 9c2d23a commit f60487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AddDeleteGroupMembers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class GroupMap extends Component {

render() {
return (
<View >
<View>
<ListView
dataSource={this.props.members}
renderRow={rowData => this.renderMembersToBeChanged(rowData)}
Expand Down

0 comments on commit f60487a

Please sign in to comment.