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