diff --git a/app/components/TumourSummaryEdit/index.scss b/app/components/TumourSummaryEdit/index.scss index a1cab2765..ffbc00c0b 100644 --- a/app/components/TumourSummaryEdit/index.scss +++ b/app/components/TumourSummaryEdit/index.scss @@ -7,6 +7,15 @@ margin: 12px 0; } + &__number-field { + margin: 12px 0; + input::-webkit-outer-spin-button, + input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + } + } + &__check-box { color: gray; margin-top: -12px; diff --git a/app/components/TumourSummaryEdit/index.tsx b/app/components/TumourSummaryEdit/index.tsx index a97d0822b..79b585dec 100644 --- a/app/components/TumourSummaryEdit/index.tsx +++ b/app/components/TumourSummaryEdit/index.tsx @@ -92,6 +92,7 @@ const TumourSummaryEdit = ({ tumourContent: report.tumourContent, subtyping: report.subtyping, captiv8Score: report.captiv8Score, + genomeTmb: report.genomeTmb, }); } }, [report]); @@ -398,7 +399,7 @@ const TumourSummaryEdit = ({ if (newReportData) { const captiv8Section = ( {captiv8Section} @@ -494,7 +495,7 @@ const TumourSummaryEdit = ({ const tCellCd8DataSection = useMemo(() => ( <> Show/Hide CD8+ Percentile} /> ( <> ( <>