diff --git a/src/components/Article/ListItem.vue b/src/components/Article/ListItem.vue index f48f599..b6594cc 100644 --- a/src/components/Article/ListItem.vue +++ b/src/components/Article/ListItem.vue @@ -30,11 +30,11 @@
{{ interestingCount }} - +
{{ understandableCount }} - +
diff --git a/src/components/NotificationTicker.vue b/src/components/NotificationTicker.vue index 6363d29..4fe11e2 100644 --- a/src/components/NotificationTicker.vue +++ b/src/components/NotificationTicker.vue @@ -11,7 +11,7 @@ {{ notification.type === 'articleFinished' ? 'finished' : - notification.type === 'contributionAdded' ? 'added a thought to to' : null }} + notification.type === 'contributionAdded' ? 'added a thought to' : null }}
reacted with   to