From 0b416612b38cf1c7930b2927660bb2e5db4ba8f7 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Mon, 17 Feb 2020 19:18:52 +0000 Subject: [PATCH] fixed notification not dismissing bug --- src/components/app/relationships/RecentFriendsTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/relationships/RecentFriendsTab.vue b/src/components/app/relationships/RecentFriendsTab.vue index c3aa7af..296c899 100644 --- a/src/components/app/relationships/RecentFriendsTab.vue +++ b/src/components/app/relationships/RecentFriendsTab.vue @@ -5,7 +5,7 @@ v-for="(channel, key) of channels" :key="key" :recents="true" - :friend="channel.channelID" + :friend="channel" :recipient="channel.recipients[0]" />