Skip to content

Commit

Permalink
chore(browser): remove outdated LAI announcement on variant page
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Feb 14, 2025
1 parent b983607 commit f291ea6
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions browser/src/VariantPage/VariantPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,28 +377,6 @@ export const VariantPageContent = ({ datasetId, variant }: VariantPageContentPro
<h2>
Genetic Ancestry Group Frequencies <InfoButton topic="ancestry" />
</h2>
{hasLocalAncestryPopulations(datasetId) &&
((variant.genome && variant.genome.local_ancestry_populations) || []).length > 0 && (
<div
style={{
padding: '0 1em',
border: '2px solid #1173bb',
background: '#1173bb0f',
borderRadius: '0.5em',
marginBottom: '1em',
}}
>
<p>
<Badge level="info">Note</Badge> 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. */}
<ExternalLink href="https://gnomad.broadinstitute.org/news/2021-12-local-ancestry-inference-for-latino-admixed-american-samples-in-gnomad/">
local ancestry inference for Admixed American samples in gnomAD
</ExternalLink>{' '}
for more information.
</p>
</div>
)}
<VariantPopulationFrequencies datasetId={datasetId} variant={variant} />
</Section>

Expand Down

0 comments on commit f291ea6

Please sign in to comment.