From 68175cd71b8cb4366869fcb664305fd6e848915d Mon Sep 17 00:00:00 2001 From: Robert Weber Date: Tue, 3 Sep 2019 22:31:09 -0700 Subject: [PATCH] Add sidebar collapse button to sidebar while viewing the tags list Fixes #2097 --- browser/main/SideNav/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index 1a60ae27..3167f487 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -272,6 +272,7 @@ class SideNav extends React.Component {
{this.tagListComponent(data)}
+ ) }