fix notifications
This commit is contained in:
parent
65cb78eef8
commit
97a50cba7e
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ const Notification = {
|
||||||
return highlightClass(this.notification.from_profile)
|
return highlightClass(this.notification.from_profile)
|
||||||
},
|
},
|
||||||
userStyle() {
|
userStyle() {
|
||||||
const user = this.notification.from_profile
|
const user = this.notification.from_profile.screen_name
|
||||||
return highlightStyle(useUserHighlightStore().get(user))
|
return highlightStyle(useUserHighlightStore().get(user))
|
||||||
},
|
},
|
||||||
expandable() {
|
expandable() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue