diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index 5b2f922f..2ce9892b 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -103,14 +103,13 @@ class SideNav extends React.Component { return key }) return ( - tagList.map(tag => { - return ( ( + - ) - }) + )) ) }