Skip to content

Commit 52126c5

Browse files
committed
Merge branch 'hotfix/release-6.25.1' into release/v6.25.0
2 parents 0ac19a1 + 04a65da commit 52126c5

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)