Skip to content

Commit

Permalink
Merge branch 'develop' into fix-text-overflow-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hungfnt authored Apr 24, 2024
2 parents 11478f9 + 444470a commit 585447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/torrent/TorrentCreationDateTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<template v-if="!collapsed">
<div class="flex flex-col w-full h-full p-6 grow bg-base-100 rounded-2xl">
<template v-if="torrent.creation_date">
{{ formattedDateFromTimestamp }}
<Markdown :source="formattedDateFromTimestamp" />
</template>
<template v-else>
<span class="italic text-neutral-content">No creation date provided.</span>
Expand Down

0 comments on commit 585447a

Please sign in to comment.