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.
1 parent f31e5eb commit 2268163Copy full SHA for 2268163
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