notification toggle read: correct js syntax

This commit is contained in:
nobohan
2022-04-05 22:28:35 +02:00
parent c7762dd6d2
commit f2744fba43
2 changed files with 13 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ export default {
/// [Option] showUrl is href for show page second button.
// When passed, the component return a button-group with 2 buttons.
isButtonGroup() {
return !!this.showUrl
return !this.showUrl;
}
},
methods: {