From f1dde9625a4936c2423808f1af76f7fff93fb294 Mon Sep 17 00:00:00 2001 From: Riley Grant Date: Fri, 14 Feb 2025 09:27:27 -0600 Subject: [PATCH] chore(browser): remove outdated LAI announcement on variant page --- browser/src/VariantPage/VariantPage.tsx | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/browser/src/VariantPage/VariantPage.tsx b/browser/src/VariantPage/VariantPage.tsx index 328b8e2ce..201f02eeb 100644 --- a/browser/src/VariantPage/VariantPage.tsx +++ b/browser/src/VariantPage/VariantPage.tsx @@ -10,7 +10,6 @@ import { referenceGenome, ReferenceGenome, hasExome, - hasLocalAncestryPopulations, isLiftoverSource, isLiftoverTarget, usesGrch37, @@ -377,28 +376,6 @@ export const VariantPageContent = ({ datasetId, variant }: VariantPageContentPro

Genetic Ancestry Group Frequencies

- {hasLocalAncestryPopulations(datasetId) && - ((variant.genome && variant.genome.local_ancestry_populations) || []).length > 0 && ( -
-

- Note Local ancestry data is available for this variant - by selecting the tab below. See our blog post on{' '} - {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */} - - local ancestry inference for Admixed American samples in gnomAD - {' '} - for more information. -

-
- )}