Skip to content

Commit 6baafac

Browse files
authored
Merge pull request #409 from bcgsc/hotfix/release-6.25.1
6.25.1 fixes
2 parents ca91461 + 04a65da commit 6baafac

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)