From d6deaeb324ffd7f5e198a5502703c2f79614ecbf Mon Sep 17 00:00:00 2001 From: nobohan Date: Wed, 6 Apr 2022 09:26:14 +0200 Subject: [PATCH] notification unread: correct class --- .../vuejs/_components/Notification/NotificationReadToggle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/Notification/NotificationReadToggle.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/Notification/NotificationReadToggle.vue index f9c60fa29..892e905b6 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/Notification/NotificationReadToggle.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/Notification/NotificationReadToggle.vue @@ -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: {