mirror of
https://github.com/zhigang1992/react-native-super-grid.git
synced 2026-01-12 22:50:58 +08:00
Fixed a minor typo
This commit is contained in:
2
index.js
2
index.js
@@ -96,7 +96,7 @@ class SuperGrid extends Component {
|
||||
}
|
||||
|
||||
renderHorizontalRow(data) {
|
||||
const { itemDimension, containerDimension, spacing, fixe, itemsPerRow } = this.state;
|
||||
const { itemDimension, containerDimension, spacing, fixed, itemsPerRow } = this.state;
|
||||
const rowStyle = {
|
||||
flexDirection: 'row',
|
||||
paddingLeft: spacing,
|
||||
|
||||
Reference in New Issue
Block a user