From 8264e0914109ceb2570094c20717373f5c5d9834 Mon Sep 17 00:00:00 2001 From: Ramin Tadayon Date: Mon, 19 Dec 2022 13:57:08 -0700 Subject: [PATCH] Update memo on filter indicator check --- src/webviews/apps/plus/graph/GraphWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index 5bcd6fb..0a5d2d1 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -348,7 +348,7 @@ export function GraphWrapper({ } return Object.values(excludeTypes).includes(true); - }, [excludeTypes, isAllBranches]); + }, [excludeTypes, isAllBranches, graphConfig?.dimMergeCommits]); const handleSearchInput = (e: CustomEvent) => { const detail = e.detail;