diff --git a/apps/web/src/components/sidebar/footer/sidebar-footer.tsx b/apps/web/src/components/sidebar/footer/sidebar-footer.tsx index 3fe5d07c16..a57e0df359 100644 --- a/apps/web/src/components/sidebar/footer/sidebar-footer.tsx +++ b/apps/web/src/components/sidebar/footer/sidebar-footer.tsx @@ -148,12 +148,12 @@ export function SidebarAccountFooter() { if (isCollapsed) { return ( + {showCredits && } {reportsOnly ? ( ) : ( )} - {showCredits && }
@@ -173,8 +173,8 @@ export function SidebarAccountFooter() { return ( - {reportsOnly ? : } {showCredits && } + {reportsOnly ? : }