Skip to content

Commit

Permalink
Merge pull request #4508 from broadinstitute/variant-lookup-no-gene-s…
Browse files Browse the repository at this point in the history
…earch

hide gene search link on variant lookup page
  • Loading branch information
hanars authored Dec 4, 2024
2 parents 8228bea + b359fb8 commit 43f67f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/components/panel/variants/VariantGene.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ export const BaseVariantGene = React.memo(({
size="tiny"
/>
  |  
<GeneSearchLinkWithPopup location={geneId} familyGuids={variant.familyGuids} />
{!variant.lookupFamilyGuids && <GeneSearchLinkWithPopup location={geneId} familyGuids={variant.familyGuids} />}
</GeneLinks>
)
}
Expand Down

0 comments on commit 43f67f2

Please sign in to comment.