diff --git a/frontend/src/components/VariantDetails/TxCsq.vue b/frontend/src/components/VariantDetails/TxCsq.vue index c9dff342..a89f4537 100644 --- a/frontend/src/components/VariantDetails/TxCsq.vue +++ b/frontend/src/components/VariantDetails/TxCsq.vue @@ -17,14 +17,14 @@ const props = defineProps<{ txCsq: any }>() - {{ txCsq['gene-symbol'] }} + {{ txCsq['gene_symbol'] }} - {{ txCsq['feature-id'] }} - ({{ txCsq['feature-biotype'] }}) + {{ txCsq['feature_id'] }} + ({{ txCsq['feature_biotype'] }}) {{ (txCsq['consequences'] ?? []).join(', ') }} - {{ txCsq['hgvs-t'] }} - {{ txCsq['hgvs-p'] }} + {{ txCsq['hgvs_t'] }} + {{ txCsq['hgvs_p'] }} {{ txCsq['rank']?.ord }} / {{ txCsq['rank']?.total }}