mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix eslint warning.
This commit is contained in:
parent
dafc3454b4
commit
fb99dbdc0a
1 changed files with 1 additions and 1 deletions
|
@ -169,8 +169,8 @@
|
|||
<label v-t="'actions.show_chapters'" class="ml-2" for="showChapters" />
|
||||
</span>
|
||||
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<template v-if="showDesc">
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<div class="break-words description" v-html="purifiedDescription" />
|
||||
<br />
|
||||
|
||||
|
|
Loading…
Reference in a new issue