diff --git a/examples/Demo/Shared/Components/NotificationCenterPanel.razor b/examples/Demo/Shared/Components/NotificationCenterPanel.razor
index ff645e0788..f1fa02d83f 100644
--- a/examples/Demo/Shared/Components/NotificationCenterPanel.razor
+++ b/examples/Demo/Shared/Components/NotificationCenterPanel.razor
@@ -5,9 +5,12 @@
-
- Dismiss all
-
+ @if (MessageService.Count(App.MESSAGES_NOTIFICATION_CENTER) > 0)
+ {
+
+ Dismiss all
+
+ }