Skip to content

Commit

Permalink
fix mtbModel
Browse files Browse the repository at this point in the history
  • Loading branch information
Domobaerchen committed Feb 23, 2024
1 parent 1cf6362 commit f424de5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export interface IMtb {
geneticCounselingRecommendation: boolean;
rebiopsyRecommendation: boolean;
generalRecommendation: string;
diagnosis: string;
date: string;
mtbState: MtbState;
samples: string[];
Expand Down
1 change: 0 additions & 1 deletion src/pages/patientView/therapyRecommendation/MtbTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ export default class MtbTable extends React.Component<IMtbProps, IMtbState> {
geneticCounselingRecommendation: false,
rebiopsyRecommendation: false,
therapyRecommendations: [],
diagnosis: '',
date: now.toISOString().split('T')[0],
mtbState: Object.keys(MtbState).find(
key =>
Expand Down

0 comments on commit f424de5

Please sign in to comment.