diff --git a/app/common.d.ts b/app/common.d.ts index 3196de75e..e08443532 100644 --- a/app/common.d.ts +++ b/app/common.d.ts @@ -128,7 +128,7 @@ type KbMatchType = { kbData: { inferred: boolean; } | null; - kbStatementId: string; + kbStatementId: string | string[]; kbVariant: string; kbVariantId: string; matchedCancer: boolean; diff --git a/app/views/ReportView/components/TherapeuticTargets/components/AutocompleteHandler/index.tsx b/app/views/ReportView/components/TherapeuticTargets/components/AutocompleteHandler/index.tsx index 54dee0211..9d2e39821 100644 --- a/app/views/ReportView/components/TherapeuticTargets/components/AutocompleteHandler/index.tsx +++ b/app/views/ReportView/components/TherapeuticTargets/components/AutocompleteHandler/index.tsx @@ -63,7 +63,6 @@ const AutocompleteHandler = (props: AutocompleteHandlerProps) => { return (