fix notifications

This commit is contained in:
Henry Jameson 2026-03-06 15:44:13 +02:00
commit 97a50cba7e

View file

@ -183,7 +183,7 @@ const Notification = {
return highlightClass(this.notification.from_profile)
},
userStyle() {
const user = this.notification.from_profile
const user = this.notification.from_profile.screen_name
return highlightStyle(useUserHighlightStore().get(user))
},
expandable() {