[tok] Linkify name column

This commit is contained in:
Theodore Dubois 2023-02-23 16:58:33 -08:00
parent 022efb90fc
commit e6c508620d

View File

@ -74,7 +74,7 @@
<ExpandableList :values="profile.names" :limit="16" class="list-unstyled" :static="static" :expand="expandLinks">
<template v-slot="s">
<Opinion :word="convertName(s.el.value)" :opinion="s.el.opinion" :escape="false" :customOpinions="profile.opinions"/>
<Opinion :word="convertName(s.el.value)" :opinion="s.el.opinion" :escape="false" :link="config.locale === 'tok' ? `${config.pronouns.prefix}/${s.el.value}` : null" :customOpinions="profile.opinions"/>
</template>
</ExpandableList>
</div>