forked from DebaucheryLibrarian/traxxx
Rearranged tag photos in seed file for easier maintenance.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user