From 64b2bfe704c4e84bfb7466f2ff330ccbacd2083b Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 29 Jun 2023 22:51:30 -0400 Subject: [PATCH] fix: Unneccessary animation of sidebar on app load --- app/components/AuthenticatedLayout.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/components/AuthenticatedLayout.tsx b/app/components/AuthenticatedLayout.tsx index 06a58ac3a..d23cb6e71 100644 --- a/app/components/AuthenticatedLayout.tsx +++ b/app/components/AuthenticatedLayout.tsx @@ -97,7 +97,10 @@ const AuthenticatedLayout: React.FC = ({ children }) => { team?.getPreference(TeamPreference.Commenting); const sidebarRight = ( - + {(showHistory || showInsights || showComments) && (