Skip to content

Commit

Permalink
fixed page not loading bug
Browse files Browse the repository at this point in the history
  • Loading branch information
moriondo2022 committed Nov 14, 2024
1 parent 9e2d570 commit 23feff9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/Tissue/Template.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@
<div class="card mdkp-card">
<div class="card-body">
<h4 class="card-title">
Credible Sets to Cell Type (CS2CT) results for
{{ $store.state.selectedPhenotype.description }}
Credible Sets to Cell Type (CS2CT) results
{{ !$store.state.selectedPhenotype
? ''
: `for ${$store.state.selectedPhenotype.description}` }}
(Ancestry:
{{
$store.state.selectedAncestry == ""
Expand Down

0 comments on commit 23feff9

Please sign in to comment.