diff options
author | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-05 01:17:28 -0400 |
---|---|---|
committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-05 01:17:28 -0400 |
commit | 85fee2871fcbfba90ca9ce3ba4a1842e85e41f9f (patch) | |
tree | 6f8e7623929910e2dae1960a6415624ef47b8242 /src/client/util/CurrentUserUtils.ts | |
parent | 8c7196ca1eda1f89bbac3e2f24219df739978776 (diff) |
lint
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index ea701ec33..53d187aa0 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -771,7 +771,6 @@ export class CurrentUserUtils { // setup the list of sidebar mode buttons which determine what is displayed in the sidebar static async setupSidebarButtons(doc: Doc) { - this.setupSidebarContainer(doc); await CurrentUserUtils.setupToolsBtnPanel(doc); CurrentUserUtils.setupWorkspaces(doc); CurrentUserUtils.setupCatalog(doc); |