Remove guard for raw_html
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Sean King 2022-07-10 21:07:47 -06:00 committed by Sol Fisher Romanoff
parent a8d8223c47
commit 891f639eae
Signed by untrusted user who does not match committer: nbsp
GPG Key ID: 9D3F2B64F2341B62
1 changed files with 0 additions and 7 deletions

View File

@ -127,13 +127,6 @@ const StatusContent = {
generateTagLink (tag) {
return `/tag/${tag}`
}
},
watch: {
'status.raw_html' (newVal, oldVal) {
if (newVal !== oldVal) {
this.parseReadyDone = false
}
}
}
}