We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71a8f33 + 2268163 commit 9225bb2Copy full SHA for 9225bb2
source/views/contacts/contact-list.js
@@ -93,7 +93,7 @@ export class ContactsListView extends React.PureComponent<void, Props, State> {
93
}
94
95
renderSectionHeader = ({section: {title}}: any) =>
96
- <ListSectionHeader title={title} spacing={{left: 10}} />
+ <ListSectionHeader title={title} />
97
98
renderItem = ({item}: {item: ContactType}) =>
99
<ContactRow contact={item} onPress={this.onPressContact} />
0 commit comments