mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
add title to following-column.vue
This commit is contained in:
parent
f43fde46fa
commit
36af13e170
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<template>
|
<template>
|
||||||
<XColumn :menu="menu" :column="column" :isStacked="isStacked" :refresher="reload">
|
<XColumn :menu="menu" :column="column" :isStacked="isStacked" :refresher="reload">
|
||||||
<template #header>
|
<template #header>
|
||||||
<i :class="columnIcon" aria-hidden="true"/><span style="margin-left: 8px;">{{ column.name }}</span>
|
<i :class="columnIcon" aria-hidden="true"/><span style="margin-left: 8px;">{{ (column.name || column.userList) ?? i18n.ts._deck._columns.following }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<SkRemoteFollowersWarning :class="$style.followersWarning" :model="model"/>
|
<SkRemoteFollowersWarning :class="$style.followersWarning" :model="model"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue