From d4e408cfd8e2ef26021519f2f30f57e9120e1939 Mon Sep 17 00:00:00 2001 From: kyyy <60952577+rdjanuar@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:24:13 +0700 Subject: [PATCH] fix(Notification): element renders even when no `notification` is present (#2561) --- src/runtime/components/overlays/Notifications.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/components/overlays/Notifications.vue b/src/runtime/components/overlays/Notifications.vue index a24b8de7..8ebf20c8 100644 --- a/src/runtime/components/overlays/Notifications.vue +++ b/src/runtime/components/overlays/Notifications.vue @@ -1,7 +1,7 @@