From 33393b500b3a50a18e6e6c7f72c593541e51bc1e Mon Sep 17 00:00:00 2001 From: Stephen Gruzin Date: Thu, 9 Apr 2026 03:01:11 -0700 Subject: [PATCH] Fixed the issue of integrations not showing up on mobile sidebar --- frontend/src/lib/dashboard/DashboardSidebar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/dashboard/DashboardSidebar.svelte b/frontend/src/lib/dashboard/DashboardSidebar.svelte index 6a82f08..c3e552d 100644 --- a/frontend/src/lib/dashboard/DashboardSidebar.svelte +++ b/frontend/src/lib/dashboard/DashboardSidebar.svelte @@ -89,7 +89,7 @@ - {#if sidebar.open && !sidebar.isMobile} + {#if sidebar.open || sidebar.isMobile} Integrations {