Fixed subscription feed
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
export let data;
|
||||
|
||||
let currentPage = 1;
|
||||
$: videos = [...data.feed.videos, ...data.feed.notifications];
|
||||
$: videos = data.feed.notifications;
|
||||
|
||||
activePage.set('subscriptions');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user