minimize categories names
This commit is contained in:
parent
1477c3c391
commit
5c5c5856b5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<div class="title"
|
||||
:title="item.attributes?.name ?? (item.relationships?.contents?.data[0]?.attributes?.name ?? (item.attributes?.editorialNotes?.name ?? ''))"
|
||||
v-if="item.attributes.artistNames == null || kind != 'card'" @click='app.routeView(item)'>
|
||||
<div class="item-navigate text-overflow-elipsis">{{ item.attributes?.name ??
|
||||
<div class="item-navigate text-overflow-elipsis">{{ item.attributes?.name.replace('Apple Music', '').replace('Apple', '') ??
|
||||
(item.relationships?.contents?.data[0]?.attributes?.name ??
|
||||
(item.attributes?.editorialNotes?.name ?? '')) }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue