From ad36660512b4eac7aa889f3c0aa3f2040334e15b Mon Sep 17 00:00:00 2001 From: Anderson Addo <34724755+andersonaddo@users.noreply.github.com> Date: Thu, 7 Jun 2018 17:47:14 -0400 Subject: [PATCH] Fixed a minor typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2754f20..91277d7 100644 --- a/index.js +++ b/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,