Skip to content

Commit f832382

Browse files
maxirmxCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent eaea437 commit f832382

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Playlists_List.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ async function deletePlaylist(item) {
209209
</template>
210210
<template v-slot:[`item.updatedAtSortKey`]="{ item }">
211211
<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>
212+
<div>{{ formatPlaylistCreatedAt(item) }}</div>
213+
<div>{{ formatPlaylistUpdatedAt(item) }}</div>
214214
</div>
215215
</template>
216216
<template v-slot:[`item.totalDurationSeconds`]="{ item }">

0 commit comments

Comments
 (0)