From 2e1021a7946ba16a1320a9e7ee8a1d5c82f23a0f Mon Sep 17 00:00:00 2001 From: satellitestudiodesign Date: Fri, 13 Sep 2024 13:17:14 +0200 Subject: [PATCH] fix timebar graph not changing between layers when all are loaded --- apps/fishing-map/features/timebar/TimebarActivityGraph.hooks.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/fishing-map/features/timebar/TimebarActivityGraph.hooks.ts b/apps/fishing-map/features/timebar/TimebarActivityGraph.hooks.ts index 70cd6b8b5b..643eab8a67 100644 --- a/apps/fishing-map/features/timebar/TimebarActivityGraph.hooks.ts +++ b/apps/fishing-map/features/timebar/TimebarActivityGraph.hooks.ts @@ -99,6 +99,7 @@ export const useHeatmapActivityGraph = () => { // eslint-disable-next-line react-hooks/exhaustive-deps }, [ loaded, + id, visualizationMode, debouncedViewportChangeHash, instance?.props.minVisibleValue,