diff --git a/variants/vueapp/src/components/VariantDetailsGene.vue b/variants/vueapp/src/components/VariantDetailsGene.vue index e13563cd7..6c0db1667 100644 --- a/variants/vueapp/src/components/VariantDetailsGene.vue +++ b/variants/vueapp/src/components/VariantDetailsGene.vue @@ -196,77 +196,80 @@ const props = withDefaults(defineProps(), {
- HGNC: + ENSEMBL: - {{ gene?.hgnc?.hgnc_id }} + {{ gene?.hgnc?.ensembl_gene_id }}
- ENSEMBL: + HGNC: - {{ gene?.hgnc?.ensembl_gene_id }} + {{ gene?.hgnc?.hgnc_id }}
-
- RefSeq: -