Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush3160 authored and e-for-eshaan committed Jun 22, 2024
1 parent ab2cc74 commit 2037f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server/src/components/BranchSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const BranchSelector: FC = () => {
})
);
depFn(localBranchNames.set, []);
}, [dispatch, teamReposProdBranchArray]);
}, [dispatch, teamReposProdBranchArray,localBranchNames.set]);

const openProductionBranchSelectorModal = useCallback(async () => {
const modal = addModal({
Expand Down

0 comments on commit 2037f6a

Please sign in to comment.