Skip to content

Commit 2268163

Browse files
authored
remove forced left-side-spacing on header in contacts list
1 parent f31e5eb commit 2268163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/contacts/contact-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class ContactsListView extends React.PureComponent<void, Props, State> {
9393
}
9494

9595
renderSectionHeader = ({section: {title}}: any) =>
96-
<ListSectionHeader title={title} spacing={{left: 10}} />
96+
<ListSectionHeader title={title} />
9797

9898
renderItem = ({item}: {item: ContactType}) =>
9999
<ContactRow contact={item} onPress={this.onPressContact} />

0 commit comments

Comments
 (0)