From 94d10aec3dabbad6bbcea50968db7eba8a7d0a9f Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Mon, 19 Feb 2018 03:34:14 +0200 Subject: [PATCH] fix(app-container): fix react warning about no "key" in aStyledDimmer fix(app-container): fix react warning about no "key" in aStyledDimmer --- src/common/containers/App/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/containers/App/index.jsx b/src/common/containers/App/index.jsx index 99466264..4ecdfbf0 100644 --- a/src/common/containers/App/index.jsx +++ b/src/common/containers/App/index.jsx @@ -81,7 +81,8 @@ class App extends Component { - + {/* React throws warnings about no "key" prop in this
*/} +