fix(nav): hide Add App button when sidebarAppsEnabled is false

This commit is contained in:
Maarten
2026-06-05 14:32:56 +02:00
committed by Linus Rath
parent c5672c64fb
commit 1518ba04dd
+1 -1
View File
@@ -546,7 +546,7 @@ export function NavigationRail({
})} })}
{/* Manage apps button */} {/* Manage apps button */}
{onManageApps && ( {sidebarAppsEnabled && onManageApps && (
<button <button
onClick={onManageApps} onClick={onManageApps}
className={cn( className={cn(