Skip to content

Commit 9c976b2

Browse files
committed
fixup: data page
1 parent b4e6403 commit 9c976b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/src/DataPage/GnomadV2Downloads.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ const GnomadV2Downloads = () => {
469469
{/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */}
470470
<ListItem>
471471
<GetUrlButtons
472-
gcsBucket="gnomad-clinvar"
472+
gcsBucket="gnomad-browser-clinvar"
473473
label="ClinVar GRCh37 Browser Hail Table"
474474
path="/gnomad_clinvar_grch37.ht"
475475
includeAWS={false}

browser/src/DataPage/GnomadV4Downloads.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ const GnomadV4Downloads = () => {
564564
{/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */}
565565
<ListItem>
566566
<GetUrlButtons
567-
gcsBucket="gnomad-clinvar"
567+
gcsBucket="gnomad-browser-clinvar"
568568
label="ClinVar GRCh38 Browser Hail Table"
569569
path="/gnomad_clinvar_grch38.ht"
570570
includeAWS={false}

0 commit comments

Comments
 (0)