Skip to content

Commit

Permalink
Mapping Browser: Don't show concept detail popover w/o content
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Nov 17, 2023
1 parent 3cd096a commit aab69c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MappingBrowserTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
</b-popover>
<!-- ? Maybe move into separate component, including some required properties -->
<b-popover
v-if="conceptDetailPopoverConcept"
v-if="conceptDetailPopoverConcept && Object.keys(conceptDetailPopoverContentMap).length"
:key="conceptDetailPopoverID"
:show.sync="popoverShown[`conceptDetailPopover-${conceptDetailPopoverID}`]"
:target="conceptDetailPopoverElement"
Expand Down

0 comments on commit aab69c3

Please sign in to comment.