Skip to content

Commit

Permalink
refactor:[torrust#533] pass description from TorrentList
Browse files Browse the repository at this point in the history
  • Loading branch information
hungfnt committed Apr 22, 2024
1 parent a492d5a commit 14590b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/torrent/TorrentListTorrentDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="flex flex-col items-center w-full group/details rounded-2xl"
>
<div class="flex justify-center w-full p-4 overflow-y-auto duration-500 border-2 max-h-96 border-base-content/20 hover:border-primary text-base-content/75 rounded-2xl">
<template v-if="description">
<template v-if="description !== null">
<Markdown :source="description" />
</template>
<template v-else>
Expand Down

0 comments on commit 14590b1

Please sign in to comment.