From 19f2a73d5a6b6d0f45b803052815951d9c17c5af Mon Sep 17 00:00:00 2001 From: Jeff Daley Date: Mon, 24 Jul 2023 12:41:01 -0400 Subject: [PATCH] Fix footer visibility conditions (#269) --- web/app/components/document/sidebar.hbs | 2 +- web/app/components/document/sidebar.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/web/app/components/document/sidebar.hbs b/web/app/components/document/sidebar.hbs index 538c11ef7..168dda287 100644 --- a/web/app/components/document/sidebar.hbs +++ b/web/app/components/document/sidebar.hbs @@ -382,7 +382,7 @@ - {{#if this.isOwner}} + {{#if this.footerIsShown}}