From 8aaa2230b35c144c5d804868c8ef757215ad0bfa Mon Sep 17 00:00:00 2001 From: igorbt Date: Wed, 28 Oct 2015 06:28:43 +0200 Subject: [PATCH] fixed warning about keys and style --- docs/src/app/components/pages/components/grid-list.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/app/components/pages/components/grid-list.jsx b/docs/src/app/components/pages/components/grid-list.jsx index edd1029abc0421..db250fab9834f4 100644 --- a/docs/src/app/components/pages/components/grid-list.jsx +++ b/docs/src/app/components/pages/components/grid-list.jsx @@ -165,7 +165,7 @@ class GridListPage extends React.Component { }, ]; - let gradientBg = 'linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);'; + let gradientBg = 'linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%)'; return ( { tilesData.map(tile => by {tile.author}} actionIcon={} @@ -197,6 +198,7 @@ class GridListPage extends React.Component { > { tilesData.map(tile => } actionPosition="left"