From 3c9d5b47bee77eb93500ae09f288c986789ce247 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 15 Mar 2026 20:00:51 +0100 Subject: [PATCH] fix: show reset button while dragging depth slider --- app/sites/[id]/journeys/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sites/[id]/journeys/page.tsx b/app/sites/[id]/journeys/page.tsx index 0953d0e..dae331b 100644 --- a/app/sites/[id]/journeys/page.tsx +++ b/app/sites/[id]/journeys/page.tsx @@ -160,7 +160,7 @@ export default function JourneysPage() { onChange={(value) => setEntryPath(value)} options={entryPointOptions} /> - {(depth !== 10 || entryPath) && ( + {(displayDepth !== 10 || entryPath) && (