Remove guard for raw_html

merge-requests/1699/head
Sean King 2 years ago
parent 63519c325f
commit 75216c5feb
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257

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

Loading…
Cancel
Save