notification unread: correct class

This commit is contained in:
nobohan 2022-04-06 09:26:14 +02:00
parent f2744fba43
commit d6deaeb324

View File

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