Füge Skript hinzu, um Sichtbarkeitsflags für Mitglieder auf true zu setzen
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 49s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 49s
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
{{ member.name }}
|
||||
</template>
|
||||
</div>
|
||||
<div v-if="member.showBirthday && member.birthday" class="text-xs text-gray-500">
|
||||
<div v-if="member.birthday" class="text-xs text-gray-500">
|
||||
🎂 {{ formatBirthday(member.birthday) }}
|
||||
</div>
|
||||
<div
|
||||
@@ -265,7 +265,7 @@
|
||||
<template v-else>
|
||||
{{ member.name }}
|
||||
</template>
|
||||
<span v-if="member.showBirthday && member.birthday" class="text-xs text-gray-500 ml-2">
|
||||
<span v-if="member.birthday" class="text-xs text-gray-500 ml-2">
|
||||
🎂 {{ formatBirthday(member.birthday) }}
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user