Skip to content

Commit

Permalink
Mutation tab: Handle missing functional impact data from GN gracefully (
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman authored Jan 27, 2025
1 parent 4501ff8 commit 13dc699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export default class FunctionalImpactColumnFormatter {
}

const transcript = selectedTranscriptId
? cacheData.data.transcript_consequences.find(
? cacheData?.data?.transcript_consequences?.find(
tc => tc.transcript_id === selectedTranscriptId
)
: undefined;
Expand Down

0 comments on commit 13dc699

Please sign in to comment.