[tok] put back the pronouns, further research is needed

This commit is contained in:
Theodore Dubois 2023-02-24 16:32:52 -08:00
parent 07f5a54fe0
commit 5a1df1411f
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
</template>
</ExpandableList>
</div>
<div v-if="profile.pronouns.length && !config.profile.noPronouns" :class="['col-6', mainRowCount === 3 ? 'col-lg-4' : 'col-lg-6']">
<div v-if="profile.pronouns.length" :class="['col-6', mainRowCount === 3 ? 'col-lg-4' : 'col-lg-6']">
<h3>
<Icon v="tags"/>
<T>profile.pronouns</T>

View File

@ -117,7 +117,7 @@ profile:
flags:
defaultPronoun: 'ona'
longNames: true
noPronouns: true
noPronouns: false
calendar:
enabled: false