Fix lint issues

This commit is contained in:
Saleel S
2019-02-02 01:45:54 +04:00
parent b425978ff0
commit b12fc5b6e9
2 changed files with 2 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ class SectionGrid extends Component {
renderItem={({ item, index, section }) => this.renderRow({
rowItems: item,
rowIndex: index,
section: section,
section,
isFirstRow: index === 0,
itemsPerRow,
rowStyle,