Add empty property to instrument activity
This commit is contained in:
parent
f485dc5b65
commit
2e4ac4d265
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
computed: {
|
||||
empty() {
|
||||
return false
|
||||
return !this.instrument.bookmarks.length
|
||||
},
|
||||
notes() {
|
||||
return this.instrument.bookmarks
|
||||
|
|
|
|||
Loading…
Reference in New Issue