Skip to content

Commit

Permalink
Update variantPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Mar 26, 2024
1 parent a4b6edb commit 5b6c560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/details-pages/variantPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function VariantLoader({ id, datasetIds }) {
)
}

function VariantResponse({ response, id datasetIds }) {
function VariantResponse({ response, id, datasetIds }) {
if (!response.response.resultSets[0].results[0]) {
return NoResultsHelp(exampleId, entity)
}
Expand All @@ -62,7 +62,7 @@ function VariantResponse({ response, id datasetIds }) {
variant={response.response.resultSets[0].results[0]}
id={id}
datasetIds={datasetIds}
/>
/>)
}

function Variant({ variant, id, datasetIds }) {
Expand Down

0 comments on commit 5b6c560

Please sign in to comment.