mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 17:52:45 +08:00
UX: removes username from bookmark notification (#23760)
This commit is contained in:
parent
cc60d127d9
commit
edc843e942
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user