From 6482201dc9e54d458bec48794260ffa1749c512b Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 1 Apr 2019 12:22:49 -0400 Subject: #436 - sync notification & timeline users --- src/components/notification/notification.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/notification/notification.js') diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 95fd312e..4ad7de36 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -33,13 +33,13 @@ const Notification = { return highlightStyle(highlight[user.screen_name]) }, userInStore () { - return this.$store.getters.findUser(this.notification.action.user.id) + return this.$store.getters.findUser(this.notification.from_profile.id) }, user () { if (this.userInStore) { return this.userInStore } - return {} + return this.notification.from_profile } } } -- cgit v1.2.3-70-g09d2