From adbac92f4ae4445437345c819cabf33a644cd1ec Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Mon, 14 Jul 2025 10:51:08 -0400 Subject: [PATCH] fix(regression): publishing app shows repo switcher There's nowhere to switch to in publishing. Also shows menu options which can cause errors in published file graphs --- src/main/frontend/components/container.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/frontend/components/container.cljs b/src/main/frontend/components/container.cljs index 3017894891..f627ba4ae2 100644 --- a/src/main/frontend/components/container.cljs +++ b/src/main/frontend/components/container.cljs @@ -466,7 +466,8 @@ [:div.wrap [:div.sidebar-header-container ;; sidebar graphs - (sidebar-graphs) + (when (not config/publishing?) + (sidebar-graphs)) ;; sidebar sticky navigations (sidebar-navigations