From f6752b525dc5b72b4430c30cb5f34d9f1f59fe29 Mon Sep 17 00:00:00 2001 From: Luann Moreira Date: Wed, 26 Apr 2023 18:05:11 -0300 Subject: [PATCH] ui: fixed bell notification duplicated button --- .../AppBar/Notifications/Notification.vue | 4 +- .../components/Devices/DeviceActionButton.vue | 103 +++++++++--------- .../components/Devices/DevicePendingList.vue | 4 +- 3 files changed, 58 insertions(+), 53 deletions(-) diff --git a/ui/src/components/AppBar/Notifications/Notification.vue b/ui/src/components/AppBar/Notifications/Notification.vue index 6da353a1972..8a97caf7ac5 100644 --- a/ui/src/components/AppBar/Notifications/Notification.vue +++ b/ui/src/components/AppBar/Notifications/Notification.vue @@ -1,5 +1,5 @@