mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-10-03 10:04:44 -04:00
#213 flags don't show when only custom flags added
This commit is contained in:
parent
8f0b2f1797
commit
6ac136c5b3
@ -41,7 +41,7 @@
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section v-if="profile.flags.length || profile.customFlags.length">
|
||||
<section v-if="profile.flags.length || Object.keys(profile.customFlags).length">
|
||||
<ul class="list-inline">
|
||||
<li v-for="flag in profile.flags" v-if="allFlags[flag]" class="list-inline-item pr-2">
|
||||
<Flag :name="flag.startsWith('-') ? allFlags[flag] : $translateForPronoun(allFlags[flag], mainPronoun)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user