diff --git a/web/src/client/components/notification-status.ts b/web/src/client/components/notification-status.ts index f4b684bf..2975d07e 100644 --- a/web/src/client/components/notification-status.ts +++ b/web/src/client/components/notification-status.ts @@ -114,15 +114,6 @@ export class NotificationStatus extends LitElement { title="${tooltip}" > ${this.renderIcon()} - - - ${this.permission === 'default' && this.isSupported - ? html` - - ` - : ''} `; }