Skip to content

Commit 9225bb2

Browse files
authored
Merge pull request #1620 from StoDevX/contacts-header-fix
Fix the spacing on the left side of the Important Contacts header
2 parents 71a8f33 + 2268163 commit 9225bb2

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)