diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js
index 617c9680..ae149cf4 100644
--- a/browser/main/SideNav/index.js
+++ b/browser/main/SideNav/index.js
@@ -83,23 +83,31 @@ class SideNav extends React.Component {
)
} else {
- let tagList = data.tagNoteMap.map((tag, key) => {
- return key
- })
component = (
- tagList.map(tag => {
- return (
-
Tags
+ {this.folderListComponent(data)} +