Skip to content

Commit

Permalink
fixup: popmax to grpmax
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Oct 31, 2023
1 parent 3e2b581 commit 3f7a9ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion browser/src/VariantPage/VariantOccurrenceTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export const GnomadVariantOccurrenceTable = ({
<tr>
<th scope="row">
<NoWrap>
Popmax Filtering AF <InfoButton topic="faf" />
Grpmax Filtering AF <InfoButton topic="faf" />
</NoWrap>
<br />
(95% confidence)
Expand Down
22 changes: 11 additions & 11 deletions browser/src/VariantPage/__snapshots__/VariantPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ exports[`VariantPage with dataset "gnomad_r3" has no unexpected changes 1`] = `
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -9064,7 +9064,7 @@ exports[`VariantPage with dataset "gnomad_r3_controls_and_biobanks" has no unexp
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -17752,7 +17752,7 @@ exports[`VariantPage with dataset "gnomad_r3_non_cancer" has no unexpected chang
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -26440,7 +26440,7 @@ exports[`VariantPage with dataset "gnomad_r3_non_neuro" has no unexpected change
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -35128,7 +35128,7 @@ exports[`VariantPage with dataset "gnomad_r3_non_topmed" has no unexpected chang
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -43816,7 +43816,7 @@ exports[`VariantPage with dataset "gnomad_r3_non_v2" has no unexpected changes 1
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -59573,7 +59573,7 @@ exports[`VariantPage with dataset gnomad_r2_1 has no unexpected changes 1`] = `
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -68311,7 +68311,7 @@ exports[`VariantPage with dataset gnomad_r2_1_controls has no unexpected changes
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -77049,7 +77049,7 @@ exports[`VariantPage with dataset gnomad_r2_1_non_cancer has no unexpected chang
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -85787,7 +85787,7 @@ exports[`VariantPage with dataset gnomad_r2_1_non_neuro has no unexpected change
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down Expand Up @@ -94525,7 +94525,7 @@ exports[`VariantPage with dataset gnomad_r2_1_non_topmed has no unexpected chang
<span
className="VariantOccurrenceTable__NoWrap-sc-8b13g7-1 kmxNQ"
>
Popmax Filtering AF
Grpmax Filtering AF
<button
className="InfoButton__Button-sc-13t5e82-0 gxsoyZ"
onClick={[Function]}
Expand Down

0 comments on commit 3f7a9ab

Please sign in to comment.