We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac19a1 + 04a65da commit 52126c5Copy full SHA for 52126c5
app/components/TumourSummaryEdit/index.tsx
@@ -77,7 +77,7 @@ const TumourSummaryEdit = ({
77
totalMutationsPerMb: mutationBurden.totalMutationsPerMb,
78
});
79
}
80
- }, [mutationBurden, mutationBurden.totalMutationsPerMb]);
+ }, [mutationBurden]);
81
82
useEffect(() => {
83
if (tmburMutBur) {
0 commit comments