Skip to content

Commit

Permalink
coli-ana: Add notation to members, remove popover (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Aug 4, 2021
1 parent f7224d4 commit 1303fac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/ConceptDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,14 @@
:show-notation="false"
:is-link="true"
:is-left="isLeft"
:show-popover="true"
font-size="small" />
<span v-if="!member.uri.includes('facet')">
(<item-name
:item="member"
:show-text="false"
:is-link="false"
font-size="small" />)
</span>
</div>
</li>
<!-- TODO: Show note about incomplete analysis -->
Expand Down

0 comments on commit 1303fac

Please sign in to comment.