Implement showing quotes
This commit is contained in:
parent
c9d07c6202
commit
1c20487494
5 changed files with 26 additions and 0 deletions
|
|
@ -401,6 +401,9 @@ const Status = {
|
|||
},
|
||||
editingAvailable () {
|
||||
return this.$store.state.instance.editingAvailable
|
||||
},
|
||||
quotedStatus () {
|
||||
return this.status.quote_id ? this.$store.state.statuses.allStatusesObject[this.status.quote_id] : undefined
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue