We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaea437 commit f832382Copy full SHA for f832382
1 file changed
src/components/Playlists_List.vue
@@ -209,8 +209,8 @@ async function deletePlaylist(item) {
209
</template>
210
<template v-slot:[`item.updatedAtSortKey`]="{ item }">
211
<div class="playlist-timestamps-cell">
212
- <div><span class="playlist-timestamps-label"></span> {{ formatPlaylistCreatedAt(item) }}</div>
213
- <div><span class="playlist-timestamps-label"></span> {{ formatPlaylistUpdatedAt(item) }}</div>
+ <div>{{ formatPlaylistCreatedAt(item) }}</div>
+ <div>{{ formatPlaylistUpdatedAt(item) }}</div>
214
</div>
215
216
<template v-slot:[`item.totalDurationSeconds`]="{ item }">
0 commit comments