Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Oct 2, 2023
1 parent bc1f99f commit f002bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/SvDetailView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const genomeReleaseRef = ref(props.genomeRelease)
<GenomeBrowser
:case-uuid="'case-uuid'"
:genome="genomeRelease === 'grch37' ? 'hg19' : 'b38'"
:locus="(svLocus(svInfoStore.currentSvRecord) as string)"
:locus="svLocus(svInfoStore.currentSvRecord) as string"
/>
</div>
</div>
Expand Down

0 comments on commit f002bc1

Please sign in to comment.