diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index f5a680023..152200790 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -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() {