mirror of
https://github.com/zhigang1992/react-native-super-grid.git
synced 2026-04-29 12:55:18 +08:00
Fix lint issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user