Rearranged tag photos in seed file for easier maintenance.

This commit is contained in:
DebaucheryLibrarian
2021-03-10 00:20:50 +01:00
parent 74fcd24a8d
commit 5db5d0c7ed
2 changed files with 104 additions and 119 deletions

View File

@@ -89,7 +89,7 @@ export default {
},
data() {
return {
comment: this.tag.poster?.entity ? `${this.tag.poster.comment} for ${this.tag.poster.entity.name}` : this.tag.poster.comment,
comment: this.tag.poster?.entity ? `${this.tag.poster.comment} for ${this.tag.poster.entity.name}` : this.tag.poster?.comment,
};
},
computed: {