mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-18 09:01:46 +03:00
parent
d34a5e6e96
commit
ea44f8bc30
1 changed files with 3 additions and 2 deletions
|
@ -187,9 +187,10 @@ const isNotifiedOnPost = $computed(() => !!relationship?.notifying)
|
||||||
</div>
|
</div>
|
||||||
<div v-if="namedFields.length" flex="~ col wrap gap1">
|
<div v-if="namedFields.length" flex="~ col wrap gap1">
|
||||||
<div v-for="field in namedFields" :key="field.name" flex="~ gap-1" items-center>
|
<div v-for="field in namedFields" :key="field.name" flex="~ gap-1" items-center>
|
||||||
<div text-secondary uppercase text-xs font-bold>
|
<div mt="0.5" text-secondary uppercase text-xs font-bold>
|
||||||
{{ field.name }} |
|
<ContentRich :content="field.name" :emojis="account.emojis" />
|
||||||
</div>
|
</div>
|
||||||
|
<span text-secondary text-xs font-bold>|</span>
|
||||||
<ContentRich :content="field.value" :emojis="account.emojis" />
|
<ContentRich :content="field.value" :emojis="account.emojis" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue