Skip to content

Commit 5d523bd

Browse files
committed
fix: add license only for the full description
1 parent 15c447b commit 5d523bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/WatchVideoDescription/WatchVideoDescription.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@click.native="expandDescriptionWithClick"
2424
/>
2525
<span
26-
v-if="license"
26+
v-if="license && showFullDescription"
2727
class="license"
2828
>
2929
{{ license }}

0 commit comments

Comments
 (0)