UX: removes username from bookmark notification (#23760)

This commit is contained in:
Joffrey JAFFEUX 2023-10-03 17:44:12 +02:00 committed by GitHub
parent cc60d127d9
commit edc843e942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@ export default class extends NotificationTypeBase {
return super.description || this.notification.data.title;
}
get label() {
return null;
}
get linkHref() {
let linkHref = super.linkHref;
if (linkHref) {