Skip to content

Commit

Permalink
fix: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
LevisNgigi committed Feb 3, 2025
1 parent 6af2c2f commit 979b7ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ export function useSelectFiltersInScope(filters: (Filter | Divider)[]) {
});
}
return [filtersInScope, filtersOutOfScope];
}, [dashboardHasTabs, filters, isFilterInScope, activeTabs.length]);
}, [dashboardHasTabs, filters, isFilterInScope, activeTabs]);
}

0 comments on commit 979b7ce

Please sign in to comment.