From 2886da4f63237e14dd60de77448a254b418079f3 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Sat, 30 Sep 2017 18:37:47 +0900 Subject: [PATCH] give the key props to tagList Item --- browser/main/SideNav/index.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index 67d729d1..88f32452 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -102,8 +102,11 @@ class SideNav extends React.Component { }) return ( tagList.map(tag => { - return ( - + return ( ) }) )