Remove guard for raw_html
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

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

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
}
}
}
}