diff options
Diffstat (limited to 'src/state/models/notifications-view.ts')
-rw-r--r-- | src/state/models/notifications-view.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state/models/notifications-view.ts b/src/state/models/notifications-view.ts index 8d8eede05..7b1508a19 100644 --- a/src/state/models/notifications-view.ts +++ b/src/state/models/notifications-view.ts @@ -57,8 +57,8 @@ export class NotificationsViewItemModel implements GroupedNotification { } } - get isLike() { - return this.reason === 'like' + get isUpvote() { + return this.reason === 'vote' } get isRepost() { |