Skip to content

Commit

Permalink
Merge pull request #4604 from leexgh/fix-revue
Browse files Browse the repository at this point in the history
Check undefined annotation_summary when fetching revue
  • Loading branch information
inodb authored Apr 30, 2023
2 parents 1cbf8a6 + 7e6a44b commit 6973955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export function getAnnotationData(
? getVariantAnnotation(
mutation,
indexedVariantAnnotations.result
)?.annotation_summary.vues
)?.annotation_summary?.vues
: undefined,
};

Expand Down

0 comments on commit 6973955

Please sign in to comment.