Skip to content

Commit

Permalink
Merge pull request #42 from elixir-europe/elixir-bsc
Browse files Browse the repository at this point in the history
Elixir bsc
  • Loading branch information
Gemma Milla authored Jan 10, 2024
2 parents 7779a0f + e2a993c commit fcb95f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Datasets/ResultsDatasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function ResultsDatasets(props) {
{result.meta.beaconId !== 'org.ega-archive.ga4gh-approval-beacon-test' && <p>{result.response.description}</p>}
<div className="linksBeacons">
{result.meta.beaconId === 'org.ega-archive.ga4gh-approval-beacon-test' &&
<a href="https://beacon-apis-test.ega-archive.org/api" target="_blank">Beacon API</a>}
<a href="https://beacon-apis-demo.ega-archive.org/api" target="_blank">Beacon API</a>}
{result.meta.beaconId === 'es.elixir.bsc.beacon' &&
<a href="https://beacons.bsc.es/beacon/v2.0.0/" target="_blank">Beacon API</a>}
{result.meta.beaconId === 'org.progenetix' &&
Expand Down

0 comments on commit fcb95f8

Please sign in to comment.