Add empty property to instrument activity

This commit is contained in:
Ramon Wenger 2020-02-05 14:00:25 +01:00
parent f485dc5b65
commit 2e4ac4d265
1 changed files with 1 additions and 1 deletions

View File

@ -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