diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index 1b4cd4f8..704f071c 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -98,7 +98,8 @@ class SideNav extends React.Component { return component } - tagListComponent (data) { + tagListComponent () { + const { data } = this.props let tagList = data.tagNoteMap.map((tag, key) => { return key })