This commit is contained in:
nixos script
2024-05-01 12:18:04 +08:00
parent fa38a99d0a
commit 0e57865ef9
@@ -8,7 +8,7 @@
export let data;
let currentPage = 1;
$: videos = [ ...data.feed.notifications,...data.feed.videos ];
$: videos = [...data.feed.notifications, ...data.feed.videos];
activePageStore.set('subscriptions');