self-review

This commit is contained in:
Henry Jameson 2026-06-26 14:42:01 +03:00
commit 9b53879e70
9 changed files with 8 additions and 29 deletions

View file

@ -634,6 +634,7 @@ const PostStatusForm = {
// Don't apply preview if not loading, because it means
// user has closed the preview manually.
if (!this.previewLoading) return
this.preview = data
})
.catch((error) => {
this.preview = { error }

View file

@ -31,7 +31,6 @@ const UserReportingModal = {
return !!this.$store.state.users.currentUser
},
isOpen() {
console.log(this.reportModal)
return this.isLoggedIn && this.reportModal.activated
},
userId() {