Skip to content

Commit

Permalink
Update DatasetResultBox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Feb 11, 2025
1 parent b9b6394 commit b5fdca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/searchResults/DatasetResultBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export function DatasetResultBox({ data: responseSet, responseMeta, query }) {
) : null}
</div>
<div className="column is-one-third">
{info.counts.variants > 0 ? (
{info.counts.variants > 0 && query?.referenceName ? (
<div>
<UCSCRegion query={query} />
</div>
Expand Down

0 comments on commit b5fdca3

Please sign in to comment.