Skip to content

Commit d14e158

Browse files
committed
fix: remove nested attributes from dependency array
no-ticket
1 parent e7e6b1a commit d14e158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/TumourSummaryEdit/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const TumourSummaryEdit = ({
7777
totalMutationsPerMb: mutationBurden.totalMutationsPerMb,
7878
});
7979
}
80-
}, [mutationBurden, mutationBurden.totalMutationsPerMb]);
80+
}, [mutationBurden]);
8181

8282
useEffect(() => {
8383
if (tmburMutBur) {

0 commit comments

Comments
 (0)